Dela via


AcsChatParticipantRemovedFromThreadEventData type

Schema för egenskapen Data för en EventGridEvent för en Microsoft.Communication.ChatThreadParticipantRemoved-händelse.

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