共用方式為


AcsChatParticipantRemovedFromThreadEventData type

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

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