Freigeben über


ParticipantsRemovedListener type

Rückruf für chatAdapterSubscribers "participantsRemoved"-Ereignis.

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