TypingStartedIndicatorPayload

@JsonClass(generateAdapter = true)
class TypingStartedIndicatorPayload(val id: String, val timestamp: Long) : EntryPayload

The typing started indicator payload.

Constructors

Link copied to clipboard
constructor(id: String, timestamp: 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
val timestamp: Long