Bagikan melalui


ParticipantsRemovedListener type

Callback untuk acara ChatAdapterSubscribers 'participantsRemoved'.

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