Partager via


AcsChatParticipantRemovedFromThreadEventData type

Schéma de la propriété Data d’un Événement EventGridEvent pour un événement Microsoft.Communication.ChatThreadParticipantRemoved.

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