AcknowledgeReadPayload

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

The read acknowledgement payload.

Constructors

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

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.