ParticipantsRemovedListener type

Callback for ChatAdapterSubscribers 'participantsRemoved' event.

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