Activity.ReactionsRemoved 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 reactionsRemoved field contains a list of reactions removed from this Activity. The value of the ReactionsRemoved field is an array of type MessageReaction.
public System.Collections.Generic.IList<Microsoft.Agents.Core.Models.MessageReaction> ReactionsRemoved { get; set; }
member this.ReactionsRemoved : System.Collections.Generic.IList<Microsoft.Agents.Core.Models.MessageReaction> with get, set
Public Property ReactionsRemoved As IList(Of MessageReaction)