UserDetailsModel.FavouritesCount Property

Definition

Number of tweets that the user has favorited

[System.Text.Json.Serialization.JsonPropertyName("FavouritesCount")]
public long? FavouritesCount { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("FavouritesCount")>]
member this.FavouritesCount : Nullable<int64> with get, set
Public Property FavouritesCount As Nullable(Of Long)

Property Value

Attributes

Applies to