ChatParticipantsState

data class ChatParticipantsState(val online: ImmutableList<String> = ImmutableList(), val typing: ImmutableList<String> = ImmutableList(), val offline: ImmutableList<String> = ImmutableList())

Chat Participants State

Constructors

Link copied to clipboard
constructor(online: ImmutableList<String> = ImmutableList(), typing: ImmutableList<String> = ImmutableList(), offline: ImmutableList<String> = ImmutableList())

Properties

Link copied to clipboard

ImmutableList Offline Chat Participant State

Link copied to clipboard

ImmutableList Online Chat Participant State

Link copied to clipboard

ImmutableList Typing Chat Participant State