ParticipantChangedPayload

@JsonClass(generateAdapter = true)
class ParticipantChangedPayload(val id: String, var entries: List<ParticipantChangedEntry>) : EntryPayload

The participant changed payload.

Constructors

Link copied to clipboard
constructor(id: String, entries: List<ParticipantChangedEntry>)

Properties

Link copied to clipboard
Link copied to clipboard
open override var entryType: ConversationEntryType

The entry type for the conversation entry.

Link copied to clipboard
open override val id: String

The conversation entry ID.