TypingStartedIndicatorPayload

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

Indicates that a participant has started typing.

Constructors

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

Properties

Link copied to clipboard

The type discriminator indicating which kind of payload this entry contains.

Link copied to clipboard
open override val id: String

The unique identifier for this conversation entry.

Link copied to clipboard