Incoming Change
data class IncomingChange(val kind: IncomingChangeKind, val logicalId: String, val targetMessageIds: List<MessageId>, val conversationId: ConversationId?, val author: PublicKey, val createdAt: Long)
Authenticated product change suitable for Android notifications and refresh decisions.
Raw tags, rumors, wrapper events, and protocol kinds remain internal.
Constructors
Link copied to clipboard
constructor(kind: IncomingChangeKind, logicalId: String, targetMessageIds: List<MessageId>, conversationId: ConversationId?, author: PublicKey, createdAt: Long)