次の方法で共有


AcsChatParticipantRemovedFromThreadEventData type

Microsoft.Communication.ChatThreadParticipantRemoved イベントの EventGridEvent の Data プロパティのスキーマ。

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