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())