Activity.ReactionsRemoved Property

Definition

Gets or sets the collection of reactions removed from the conversation.

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

The collection of reactions removed from the conversation.

Implements

Applies to