CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Properties | List of all members
CoreTweet.V2.UserPublicMetrics Class Reference
Inheritance diagram for CoreTweet.V2.UserPublicMetrics:
CoreTweet.Core.CoreBase

Properties

long FollowersCount [get, set]
 Number of users who follow this user. More...
 
long FollowingCount [get, set]
 Number of users this user is following. More...
 
long TweetCount [get, set]
 Number of Tweets (including Retweets) posted by this user. More...
 
long ListedCount [get, set]
 Number of lists that include this user. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from CoreTweet.Core.CoreBase
static T Convert< T > (string json, string jsonPath="")
 Converts the JSON to a twitter object of the specified type. More...
 
static List< T > ConvertArray< T > (string json, string jsonPath)
 

Property Documentation

◆ FollowersCount

long CoreTweet.V2.UserPublicMetrics.FollowersCount
getset

Number of users who follow this user.

◆ FollowingCount

long CoreTweet.V2.UserPublicMetrics.FollowingCount
getset

Number of users this user is following.

◆ ListedCount

long CoreTweet.V2.UserPublicMetrics.ListedCount
getset

Number of lists that include this user.

◆ TweetCount

long CoreTweet.V2.UserPublicMetrics.TweetCount
getset

Number of Tweets (including Retweets) posted by this user.


The documentation for this class was generated from the following file: