Condividi tramite


ParticipantsRemovedListener type

Callback per ChatAdapterSubscribers evento 'participantsRemoved'.

type ParticipantsRemovedListener = (event: {
  participantsRemoved: ChatParticipant[]
  removedBy: ChatParticipant
}) => void