Conversation Read State
data class ConversationReadState(val conversationId: ConversationId, val boundary: MessageCursor?, val forcedUnread: Boolean, val updatedAt: Long, val updateId: String)
Effective versioned cross-device read state for one conversation.
Constructors
Link copied to clipboard
constructor(conversationId: ConversationId, boundary: MessageCursor?, forcedUnread: Boolean, updatedAt: Long, updateId: String)