共用方式為


AcsChatParticipantRemovedFromThreadWithUserEventData type

Microsoft.Communication.ChatParticipantRemovedFromThreadWithUser 事件的 EventGridEvent Data 屬性架構。

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