次の方法で共有


AcsChatThreadPropertiesUpdatedPerUserEventData type

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

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