AcsChatThreadPropertiesUpdatedPerUserEventData type
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadPropertiesUpdatedPerUser event.
type AcsChatThreadPropertiesUpdatedPerUserEventData = AcsChatThreadEventBase & {
editTime: string
editedByCommunicationIdentifier: CommunicationIdentifierModel
metadata: { [propertyName: string]: string }
properties: { [propertyName: string]: any }
}