Bagikan melalui


ChatParticipantListSelector type

Jenis pemilih untuk onRenderParticipantList komponen.

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