TypingItem

data class TypingItem(val users: List<User>) : MessageListItem

Represent a typing item in a MessageListView.

Constructors

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

Properties

Link copied to clipboard

The list of users that are currently typing.

Functions

Link copied to clipboard
open override fun stringify(): String

Inherited functions

Link copied to clipboard