Share via


Activity.ReactionsAdded Property

Definition

Gets or sets the collection of reactions added to the conversation.

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

The collection of reactions added to the conversation.

Implements

Applies to