AcsChatThreadPropertiesUpdatedEventData type
Schema della proprietà Data di un evento EventGridEvent per un evento Microsoft.Communication.ChatThreadPropertiesUpdated.
type AcsChatThreadPropertiesUpdatedEventData =
AcsChatThreadEventInThreadBase & {
editTime: string
editedByCommunicationIdentifier: CommunicationIdentifierModel
metadata: { [propertyName: string]: string }
properties: { [propertyName: string]: any }
}