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

Constructors

Link copied to clipboard
constructor(type: String = "", createdAt: Date, rawCreatedAt: String, user: User, totalUnreadCount: Int = 0, unreadChannels: Int = 0)

Properties

Link copied to clipboard
open override val createdAt: Date
Link copied to clipboard
open override val rawCreatedAt: String
Link copied to clipboard
open override val totalUnreadCount: Int = 0
Link copied to clipboard
open override val type: String
Link copied to clipboard
open override val unreadChannels: Int = 0
Link copied to clipboard
open override val user: User

Inherited properties

Link copied to clipboard
val seq: Int

Inherited functions

Link copied to clipboard