TypingIndicatorPayload

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

Indicates that a participant is currently typing.

Constructors

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