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)

屬性值

從活動中移除的回應。

適用於