MessageReadReceiptsSyncEntity
data class MessageReadReceiptsSyncEntity(val messageId: String, val conversationId: QualifiedIDEntity, val receipts: List<UserReadReceiptSyncEntity>)
Constructors
Link copied to clipboard
constructor(messageId: String, conversationId: QualifiedIDEntity, receipts: List<UserReadReceiptSyncEntity>)