ChangeLogEntry
data class ChangeLogEntry(val conversationId: QualifiedIDEntity, val messageId: String?, val eventType: ChangeLogEventType, val timestampMs: Long)
Represents a single entry in the remote backup change log.
Constructors
Link copied to clipboard
constructor(conversationId: QualifiedIDEntity, messageId: String?, eventType: ChangeLogEventType, timestampMs: Long)