ParticipantsRemovedListener type
ChatAdapterSubscribers 'participantsRemoved' 事件的回呼。
type ParticipantsRemovedListener = (event: {
participantsRemoved: ChatParticipant[]
removedBy: ChatParticipant
}) => void
ChatAdapterSubscribers 'participantsRemoved' 事件的回呼。
type ParticipantsRemovedListener = (event: {
participantsRemoved: ChatParticipant[]
removedBy: ChatParticipant
}) => void