Dela via


ParticipantsRemovedListener type

Återanrop till ChatAdapterSubscribers "participantsRemoved"-händelse.

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