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