CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
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) |
|
getset |
Number of Likes of this Tweet.
|
getset |
Number of times this Tweet has been Retweeted with a comment (also known as Quote).
|
getset |
Number of Replies of this Tweet.
|
getset |
Number of times this Tweet has been Retweeted.