ParticipantsRemovedListener type
Retorno de chamada para ChatAdapterSubscribers evento 'participantsRemoved'.
type ParticipantsRemovedListener = (event: {
participantsRemoved: ChatParticipant[]
removedBy: ChatParticipant
}) => void