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