Share via


MessageActionsPayload.Reactions Property

Definition

Gets or sets reactions for the message.

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

Property Value

The reactions for the message.

Applies to