Share via


IMessageReactionActivity.ReactionsAdded Property

Definition

Gets or sets reactions added to the activity.

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

Property Value

Reactions added to the activity.

Applies to