TypingIndicatorPayload

@JsonClass(generateAdapter = true)
class TypingIndicatorPayload(val id: String, val startedTimestamp: Long) : EntryPayload

The typing indicator payload.

Constructors

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

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.

Link copied to clipboard