共用方式為


AcsChatThreadCreatedWithUserEventData type

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

type AcsChatThreadCreatedWithUserEventData = AcsChatThreadEventBase & {
  createdByCommunicationIdentifier: CommunicationIdentifierModel
  metadata: { [propertyName: string]: string }
  participants: AcsChatThreadParticipant[]
  properties: { [propertyName: string]: any }
}