AcsChatThreadPropertiesUpdatedEventData type

Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadPropertiesUpdated event.

type AcsChatThreadPropertiesUpdatedEventData =
  AcsChatThreadEventInThreadBase & {
    editTime: string
    editedByCommunicationIdentifier: CommunicationIdentifierModel
    metadata: { [propertyName: string]: string }
    properties: { [propertyName: string]: any }
  }