Activity.ReactionsAdded Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The reactionsAdded field contains a list of reactions added to this Activity. The value of the ReactionsAdded field is an array of type MessageReaction.
public System.Collections.Generic.IList<Microsoft.Agents.Core.Models.MessageReaction> ReactionsAdded { get; set; }
member this.ReactionsAdded : System.Collections.Generic.IList<Microsoft.Agents.Core.Models.MessageReaction> with get, set
Public Property ReactionsAdded As IList(Of MessageReaction)