UnknownEntryPayload

@JsonClass(generateAdapter = true)
class UnknownEntryPayload(val id: String) : EntryPayload

The unknown entry payload.

Constructors

Link copied to clipboard
constructor(id: String)

Properties

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.