共用方式為


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)

屬性值

從交談中移除的回應集合。

實作

適用於