CloseConversationPayload

@JsonClass(generateAdapter = true)
class CloseConversationPayload(val id: String, @Json(name = "conversationIdentifier") val conversationId: UUID) : EntryPayload

The read acknowledgement payload.

Constructors

Link copied to clipboard
constructor(id: String, @Json(name = "conversationIdentifier") conversationId: UUID)

Properties

Link copied to clipboard
val conversationId: UUID
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.