次の方法で共有


AcsChatParticipantAddedToThreadEventData type

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

type AcsChatParticipantAddedToThreadEventData = AcsChatEventInThreadBase & {
  addedByCommunicationIdentifier: CommunicationIdentifierModel
  participantAdded: AcsChatThreadParticipant
  time: string
  version: number
}