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)

Properties

Link copied to clipboard

The conversation where the change occurred

Link copied to clipboard

The type of change that occurred

Link copied to clipboard
val messageId: String?

The message identifier (empty for conversation-level events)

Link copied to clipboard
val timestampMs: Long

The timestamp when the change was recorded (epoch milliseconds)