Freigeben über


AcsChatThreadPropertiesUpdatedPerUserEventData type

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

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