Megosztás a következőn keresztül:


ParticipantsRemovedListener type

Visszahívás ChatAdapterSubscribers "participantsRemoved" eseményhez.

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