Message.Reactions Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("reactions")]
[System.Text.Json.Serialization.JsonPropertyOrder(16)]
public System.Collections.Generic.IList<Microsoft.Teams.Api.Messages.Reaction>? Reactions { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("reactions")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(16)>]
member this.Reactions : System.Collections.Generic.IList<Microsoft.Teams.Api.Messages.Reaction> with get, set
Public Property Reactions As IList(Of Reaction)

Property Value

Attributes

Applies to