MessageReadEvent
data class MessageReadEvent(val type: String, val createdAt: Date, val rawCreatedAt: String, val user: User, val cid: String, val channelType: String, val channelId: String, val lastReadMessageId: String?, val thread: ThreadInfo? = null) : CidEvent, UserEvent
Triggered when a channel is marked as read
Properties
Inherited functions
Link copied to clipboard
Enriches the wrapped Message from the ChatEvent with the Channel ID.