AcsChatThreadDeletedEventData type

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

type AcsChatThreadDeletedEventData = AcsChatThreadEventInThreadBase & {
  deleteTime: string
  deletedByCommunicationIdentifier: CommunicationIdentifierModel
}