AcsChatThreadPropertiesUpdatedPerUserEventData type
Microsoft.Communication.ChatThreadPropertiesUpdatedPerUser イベントの EventGridEvent の Data プロパティのスキーマ。
type AcsChatThreadPropertiesUpdatedPerUserEventData = AcsChatThreadEventBase & {
editTime: string
editedByCommunicationIdentifier: CommunicationIdentifierModel
metadata: { [propertyName: string]: string }
properties: { [propertyName: string]: any }
}