AcsChatParticipantRemovedFromThreadEventData interface
Microsoft.Communication.ChatThreadParticipantRemoved イベントの EventGridEvent の Data プロパティのスキーマ。
- Extends
プロパティ
| participant |
削除されたユーザーの詳細 |
| removed |
ユーザーを削除したユーザーの通信識別子 |
| time | ユーザーがスレッドに削除された時刻 |
| version | スレッドのバージョン |
継承されたプロパティ
| thread |
チャット スレッド ID |
| transaction |
トランザクション ID は、コリレーション ベクターとして使用されます |
プロパティの詳細
participantRemoved
removedByCommunicationIdentifier
ユーザーを削除したユーザーの通信識別子
removedByCommunicationIdentifier: CommunicationIdentifierModel
プロパティ値
time
ユーザーがスレッドに削除された時刻
time?: string
プロパティ値
string
version
スレッドのバージョン
version?: number
プロパティ値
number
継承されたプロパティの詳細
threadId
transactionId
トランザクション ID は、コリレーション ベクターとして使用されます
transactionId: string
プロパティ値
string
AcsChatEventInThreadBase.transactionIdから継承されます