Activity.ReactionsRemoved 属性

定义

获取或设置从会话中删除的反应集合。

public System.Collections.Generic.IList<Microsoft.Bot.Schema.MessageReaction> ReactionsRemoved { get; set; }
member this.ReactionsRemoved : System.Collections.Generic.IList<Microsoft.Bot.Schema.MessageReaction> with get, set
Public Property ReactionsRemoved As IList(Of MessageReaction)

属性值

从聊天中删除的回应集合。

实现

适用于