共用方式為


AcsChatParticipantAddedToThreadEventData type

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

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