ConversationUpdatedPayload

@JsonClass(generateAdapter = true)
class ConversationUpdatedPayload(val id: String, val updates: List<ConversationUpdateOperation>, val updatedBy: CoreParticipant) : EntryPayload

Indicates that conversation metadata was modified, such as a subject or custom field change.

Constructors

Link copied to clipboard
constructor(id: String, updates: List<ConversationUpdateOperation>, updatedBy: CoreParticipant)

Properties

Link copied to clipboard

The type discriminator indicating which kind of payload this entry contains.

Link copied to clipboard
open override val id: String

The unique identifier for this conversation entry.

Link copied to clipboard
Link copied to clipboard