AcsChatThreadWithUserDeletedEventData type

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

type AcsChatThreadWithUserDeletedEventData = AcsChatThreadEventBase & {
  deleteTime: string
  deletedByCommunicationIdentifier: CommunicationIdentifierModel
}