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