AcsChatParticipantRemovedFromThreadWithUserEventData クラス

定義

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

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

プロパティ

CreateTime

スレッドの元の作成時刻。

(継承元 AcsChatThreadEventBaseProperties)
ParticipantRemoved

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

RecipientCommunicationIdentifier

ターゲット ユーザーの通信識別子。

(継承元 AcsChatEventBaseProperties)
RemovedByCommunicationIdentifier

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

ThreadId

チャット スレッド ID。

(継承元 AcsChatEventBaseProperties)
Time

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

TransactionId

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

(継承元 AcsChatEventBaseProperties)
Version

スレッドのバージョン。

(継承元 AcsChatThreadEventBaseProperties)

適用対象