TypingEvent

@Immutable
data class TypingEvent(val channelId: String, val users: List<User>)

Model representing a typing event.

Parameters

channelId

The ID of the channel where the typing event occurred.

users

The users who are currently typing in the channel.

Constructors

Link copied to clipboard
constructor(channelId: String, users: List<User>)

Properties

Link copied to clipboard
Link copied to clipboard