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

Properties

int RetweetCount [get, set]
 Number of times this Tweet has been Retweeted. More...
 
int QuoteCount [get, set]
 Number of times this Tweet has been Retweeted with a comment (also known as Quote). More...
 
int LikeCount [get, set]
 Number of Likes of this Tweet. More...
 
int ReplyCount [get, set]
 Number of Replies of this Tweet. More...
 
- Properties inherited from CoreTweet.V2.ITweetPublicMetrics
int RetweetCount [get, set]
 A count of how many times the Tweet has been Retweeted. Please note: This does not include Quote Tweets (“Retweets with comment”). To get the "Retweets and comments" total as displayed on the Twitter clients, simply add ITweetPublicMetrics.RetweetCount and ITweetPublicMetrics.QuoteCount. More...
 
int QuoteCount [get, set]
 A count of how many times the Tweet has been Retweeted with a new comment (message). Please note: This does not include Retweets. To get the “Retweets and comments” total as displayed on the Twitter clients, simply add ITweetPublicMetrics.RetweetCount and ITweetPublicMetrics.QuoteCount. More...
 
int LikeCount [get, set]
 A count of how many times the Tweet has been liked. More...
 
int ReplyCount [get, set]
 A count of how many times the Tweet has been replied to. 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

◆ LikeCount

int CoreTweet.V2.TweetPublicMetrics.LikeCount
getset

Number of Likes of this Tweet.

◆ QuoteCount

int CoreTweet.V2.TweetPublicMetrics.QuoteCount
getset

Number of times this Tweet has been Retweeted with a comment (also known as Quote).

◆ ReplyCount

int CoreTweet.V2.TweetPublicMetrics.ReplyCount
getset

Number of Replies of this Tweet.

◆ RetweetCount

int CoreTweet.V2.TweetPublicMetrics.RetweetCount
getset

Number of times this Tweet has been Retweeted.


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