ConversationUnreadEventEntity

data class ConversationUnreadEventEntity(val conversationId: ConversationIDEntity, val unreadEvents: Map<UnreadEventTypeEntity, Int>)

Constructors

Link copied to clipboard
constructor(conversationId: ConversationIDEntity, unreadEvents: Map<UnreadEventTypeEntity, Int>)

Properties

Link copied to clipboard
Link copied to clipboard