你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AcsChatParticipantRemovedFromThreadWithUserEventData 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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) |