次の方法で共有


AcsChatParticipantAddedToThreadWithUserEventData type

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

type AcsChatParticipantAddedToThreadWithUserEventData =
  AcsChatThreadEventBase & {
    addedByCommunicationIdentifier: CommunicationIdentifierModel
    participantAdded: AcsChatThreadParticipant
    time: string
  }