Aracılığıyla paylaş


ChatParticipantListSelector type

ParticipantList bileşeni için seçici türü.

type ChatParticipantListSelector = (
  state: ChatClientState,
  props: ChatBaseSelectorProps
) => { myUserId: string; participants: ParticipantListParticipant[] }