AcsChatParticipantRemovedFromThreadEventData クラス

定義

Microsoft.Communication.ChatThreadParticipantRemoved イベントの EventGridEvent の Data プロパティのスキーマ。

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AcsChatParticipantRemovedFromThreadEventData+AcsChatParticipantRemovedFromThreadEventDataConverter))]
public class AcsChatParticipantRemovedFromThreadEventData : Azure.Messaging.EventGrid.SystemEvents.AcsChatEventInThreadBaseProperties
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AcsChatParticipantRemovedFromThreadEventData+AcsChatParticipantRemovedFromThreadEventDataConverter))>]
type AcsChatParticipantRemovedFromThreadEventData = class
    inherit AcsChatEventInThreadBaseProperties
Public Class AcsChatParticipantRemovedFromThreadEventData
Inherits AcsChatEventInThreadBaseProperties
継承
AcsChatParticipantRemovedFromThreadEventData
属性

プロパティ

ParticipantRemoved

削除されたユーザーの詳細。

RemovedByCommunicationIdentifier

ユーザーを削除したユーザーの通信識別子。

ThreadId

チャット スレッド ID。

(継承元 AcsChatEventInThreadBaseProperties)
Time

ユーザーがスレッドに削除された時刻。

TransactionId

トランザクション ID は、共関係ベクトルとして使用されます。

(継承元 AcsChatEventInThreadBaseProperties)
Version

スレッドのバージョン。

適用対象