Share via


IMessageReactionActivity.ReactionsRemoved Property

Definition

Gets or sets reactions removed from the activity.

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

Property Value

Reactions removed from the activity.

Applies to