MarkAllReadEvent
data class MarkAllReadEvent(val type: String = "", val createdAt: Date, val rawCreatedAt: String, val user: User, val totalUnreadCount: Int = 0, val unreadChannels: Int = 0) : ChatEvent, UserEvent, HasUnreadCounts
Triggered when the total count of unread messages (across all channels the user is a member) changes