TypingSetEvent

interface TypingSetEvent

Represents a typing event.

Not suitable for inheritance

This interface is not designed for implementation or extension outside this SDK. The interface definition may evolve over time with additional properties or methods to support new features, which could break implementations.

Types

Link copied to clipboard
interface Change

Properties

Link copied to clipboard

The change that caused this event.

Link copied to clipboard
abstract val currentlyTyping: Set<String>

The set of user clientIds that are currently typing.

Link copied to clipboard
abstract val type: TypingSetEventType

The type of the event.