ParticipantsRemovedListener type
Обратный вызов для ChatAdapterSubscribers событие "Участники удалено".
type ParticipantsRemovedListener = (event: {
participantsRemoved: ChatParticipant[]
removedBy: ChatParticipant
}) => void