AcknowledgeReadPayload

@JsonClass(generateAdapter = true)
class AcknowledgeReadPayload(val id: String, val acknowledgedConversationEntryIdentifier: String, val acknowledgementTimestamp: Long) : EntryPayload

Confirms that a message was read by the recipient.

Constructors

Link copied to clipboard
constructor(id: String, acknowledgedConversationEntryIdentifier: String, acknowledgementTimestamp: Long)

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.