ChatParticipantDetails

data class ChatParticipantDetails(val username: String = "", val image: ImmutableUri = ImmutableUri(), val state: Flow<ChatParticipantState> = flowOf())

Chat Participant Details

Constructors

Link copied to clipboard
constructor(username: String = "", image: ImmutableUri = ImmutableUri(), state: Flow<ChatParticipantState> = flowOf())

Properties

Link copied to clipboard

ImmutableUri participant's image uri

Link copied to clipboard

Flow flow of chat participant state

Link copied to clipboard

String participant's username