MessageUpdatedPayload

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

An update to a previously sent message, such as attachment upload completion or failure.

Constructors

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

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