MarkAllReadEvent
data class MarkAllReadEvent(val type: String = "", val createdAt: Date, val rawCreatedAt: String, val user: User, val totalUnreadCount: Int = 0, val unreadChannels: Int = 0, val groupedUnreadChannels: Map<String, Int>? = null) : ChatEvent, UserEvent, HasUnreadCounts, HasGroupedUnreadChannels
Triggered when the total count of unread messages (across all channels the user is a member) changes
Constructors
Properties
Functions
Link copied to clipboard
Enriches the wrapped Message from the ChatEvent with the Channel ID.