ChatParticipantListSelector type
ParticipantList 元件的選取器類型。
type ChatParticipantListSelector = (
state: ChatClientState,
props: ChatBaseSelectorProps
) => { myUserId: string; participants: ParticipantListParticipant[] }