Message.Mentions Property

Definition

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

Property Value

Attributes

Applies to