TypingItemState

data class TypingItemState(val typingUsers: List<User>) : MessageListItemState

Represents a typing indicator item inside a message list.

Parameters

typingUsers

The list of the Users currently typing a message.

Constructors

Link copied to clipboard
constructor(typingUsers: List<User>)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Returns a string representation of the MessageListItemState.