IMessageReactionActivity.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)

属性值

从活动中删除的反应。

适用于