Partager via


AcsChatThreadPropertiesUpdatedPerUserEventData type

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

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