MessageUpdatedPayload

@JsonClass(generateAdapter = true)
class MessageUpdatedPayload(val id: String, val updatedMessage: Message) : EntryPayload

The message updated payload. Used for asynchronous updates to messages, such as attachment upload status.

Constructors

Link copied to clipboard
constructor(id: String, updatedMessage: Message)

Properties

Link copied to clipboard
open override val entryType: ConversationEntryType

The entry type for the conversation entry.

Link copied to clipboard
open override val id: String

The conversation entry ID.

Link copied to clipboard