AcsChatThreadPropertiesUpdatedEventData type
Microsoft.Communication.ChatThreadPropertiesUpdated 事件的 EventGridEvent Data 属性架構。
type AcsChatThreadPropertiesUpdatedEventData =
AcsChatThreadEventInThreadBase & {
editTime: string
editedByCommunicationIdentifier: CommunicationIdentifierModel
metadata: { [propertyName: string]: string }
properties: { [propertyName: string]: any }
}