TypingIndicators

@Immutable
data class TypingIndicators(val enabled: Boolean = true)

Represents the typing indicators settings. If false, the user typing events will not be sent to other users.

Parameters

enabled

Whether typing indicators are enabled or not.

Constructors

Link copied to clipboard
constructor(enabled: Boolean = true)

Properties

Link copied to clipboard
val enabled: Boolean = true