次の方法で共有


ParticipantsRemovedListener type

ChatAdapterSubscribers 'participantsRemoved' イベントのコールバック。

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