共用方式為


AcsChatThreadWithUserDeletedEventData type

Microsoft.Communication.ChatThreadWithUserDeleted 事件的 EventGridEvent Data 屬性架構。

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