ChangeLogSyncBatch
data class ChangeLogSyncBatch(val events: List<ChangeLogSyncEvent>, val conversationLastReads: List<ConversationLastReadSyncEntity>)
Constructors
Link copied to clipboard
constructor(events: List<ChangeLogSyncEvent>, conversationLastReads: List<ConversationLastReadSyncEntity>)