AcsChatThreadPropertiesUpdatedEventData type
Schema för dataegenskapen för en EventGridEvent för en Microsoft.Communication.ChatThreadPropertiesUpdated-händelse.
type AcsChatThreadPropertiesUpdatedEventData =
AcsChatThreadEventInThreadBase & {
editTime: string
editedByCommunicationIdentifier: CommunicationIdentifierModel
metadata: { [propertyName: string]: string }
properties: { [propertyName: string]: any }
}