MessageActionsPayload.Reactions 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.
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.