Freigeben über


AcsChatThreadPropertiesUpdatedEventData type

Schema der Data-Eigenschaft eines EventGridEvent-Ereignisses für ein Microsoft.Communication.ChatThreadPropertiesUpdated-Ereignis.

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