共用方式為


AcsChatThreadPropertiesUpdatedPerUserEventData type

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

type AcsChatThreadPropertiesUpdatedPerUserEventData = AcsChatThreadEventBase & {
  editTime: string
  editedByCommunicationIdentifier: CommunicationIdentifierModel
  metadata: { [propertyName: string]: string }
  properties: { [propertyName: string]: any }
}