Compartilhar via


Activity.ReactionsRemoved Property

Definition

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)

Property Value

Implements

Applies to