共用方式為


ParticipantsRemovedListener type

ChatAdapterSubscribers 'participantsRemoved' 事件的回呼。

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