ChatParticipantListSelector type
Tipo di selettore per onRenderParticipantList il componente.
type ChatParticipantListSelector = (
state: ChatClientState,
props: ChatBaseSelectorProps
) => { myUserId: string, participants: ParticipantListParticipant[] }