NotificationMarkUnreadEvent
data class NotificationMarkUnreadEvent(val type: String, val createdAt: Date, val rawCreatedAt: String, val user: User, val cid: String, val channelType: String, val channelId: String, val totalUnreadCount: Int = 0, val unreadChannels: Int = 0, val unreadMessages: Int, val firstUnreadMessageId: String, val lastReadMessageAt: Date, val lastReadMessageId: String?, val threadId: String? = null, val unreadThreads: Int = 0) : CidEvent, UserEvent, HasUnreadCounts
Triggered when the the user mark as unread a conversation from a particular message
Constructors
Link copied to clipboard
constructor(type: String, createdAt: Date, rawCreatedAt: String, user: User, cid: String, channelType: String, channelId: String, totalUnreadCount: Int = 0, unreadChannels: Int = 0, unreadMessages: Int, firstUnreadMessageId: String, lastReadMessageAt: Date, lastReadMessageId: String?, threadId: String? = null, unreadThreads: Int = 0)