Partager via


ParticipantsRemovedListener type

Rappel pour l’événement « participantsRemoved » de ChatAdapterSubscribers .

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