Поделиться через


ParticipantsRemovedListener type

Обратный вызов для события ChatAdapterSubscribers "участники Удалено".

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