ParticipantsRemovedListener type
Wywołanie zwrotne dla zdarzenia ChatAdapterSubscribers "uczestnicyRemoved".
type ParticipantsRemovedListener = (event: {
participantsRemoved: ChatParticipant[]
removedBy: ChatParticipant
}) => void