ChatParticipantListSelector type
Тип селектора для onRenderParticipantList компонента.
type ChatParticipantListSelector = (
state: ChatClientState,
props: ChatBaseSelectorProps
) => { myUserId: string, participants: ParticipantListParticipant[] }