Compartir a través de


ParticipantsRemovedListener type

Devolución de llamada para el evento "participantsRemoved" de ChatAdapterSubscribers .

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