ChatParticipantListSelector type
Väljartyp för Komponenten ParticipantList .
type ChatParticipantListSelector = (
state: ChatClientState,
props: ChatBaseSelectorProps
) => { myUserId: string; participants: ParticipantListParticipant[] }