AcsChatParticipantRemovedFromThreadWithUserEventData type

Egy Microsoft.Communication.ChatParticipantRemovedFromThreadWithUser esemény EventGridEvent adattulajdonságának sémája.

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