ThreadUpdatedEvent
data class ThreadUpdatedEvent(val type: String, val createdAt: Date, val rawCreatedAt: String?, val cid: String, val channelType: String, val channelId: String, val thread: ThreadInfo) : CidEvent
Triggered when a thread is updated.
Functions
Link copied to clipboard
Enriches the wrapped Message from the ChatEvent with the Channel ID.