AcsChatThreadPropertiesUpdatedEventData type
Schéma vlastnosti Data EventGridEvent pro událost Microsoft.Communication.ChatThreadPropertiesUpdated.
type AcsChatThreadPropertiesUpdatedEventData =
AcsChatThreadEventInThreadBase & {
editTime: string
editedByCommunicationIdentifier: CommunicationIdentifierModel
metadata: { [propertyName: string]: string }
properties: { [propertyName: string]: any }
}