AcsChatThreadPropertiesUpdatedEventData type
Схема свойства Data объекта EventGridEvent для события Microsoft.Communication.ChatThreadPropertiesUpdated.
type AcsChatThreadPropertiesUpdatedEventData =
AcsChatThreadEventInThreadBase & {
editTime: string
editedByCommunicationIdentifier: CommunicationIdentifierModel
metadata: { [propertyName: string]: string }
properties: { [propertyName: string]: any }
}