次の方法で共有


AcsChatThreadPropertiesUpdatedEventData type

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

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