Partager via


AcsChatParticipantRemovedFromThreadWithUserEventData type

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

type AcsChatParticipantRemovedFromThreadWithUserEventData =
  AcsChatThreadEventBase & {
    participantRemoved: AcsChatThreadParticipant
    removedByCommunicationIdentifier: CommunicationIdentifierModel
    time: string
  }