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