Partager via


AcsChatThreadPropertiesUpdatedEventData type

Schéma de la propriété Data d’un EventGridEvent pour un événement Microsoft.Communication.ChatThreadPropertiesUpdated.

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