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


AcsChatParticipantRemovedFromThreadEventData type

Схема свойства Data объекта EventGridEvent для события Microsoft.Communication.ChatThreadParticipantRemoved.

type AcsChatParticipantRemovedFromThreadEventData = AcsChatEventInThreadBase & {
  participantRemoved: AcsChatThreadParticipant
  removedByCommunicationIdentifier: CommunicationIdentifierModel
  time: string
  version: number
}