ParticipantsRemovedListener type
Callback per l'evento ChatAdapterSubscribers 'participantsRemoved'.
type ParticipantsRemovedListener = (event: {
participantsRemoved: ChatParticipant[]
removedBy: ChatParticipant
}) => void