MessageReactionActivity.ReactionsRemoved Property

Definition

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

Property Value

Attributes

Applies to