CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Properties | |
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... | |
|
getset |
A count of how many times the Tweet has been liked.
Using the TweetFields.PublicMetrics field, this will return the total count of likes from both organic and paid contexts, in order to maintain consistency with the counts shown publicly on Twitter.
Using the TweetFields.OrganicMetrics field, this returns the total count of likes from organic contexts.
Using the TweetFields.PromotedMetrics field, this returns the total count of likes from paid contexts.
|
getset |
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.
This will return the total count of Quote Tweets. There are no Quote Tweets from a paid context so all Quote Tweets are organic.
|
getset |
A count of how many times the Tweet has been replied to.
Using the TweetFields.PublicMetrics field, this will return the total count of replies from both organic and paid contexts, in order to maintain consistency with the counts shown publicly on Twitter.
Using the TweetFields.OrganicMetrics field, this returns the total count of replies from organic contexts.
Using the TweetFields.PromotedMetrics field, this returns the total count of replies from paid contexts.
|
getset |
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.
Using the TweetFields.PublicMetrics field, this will return the total count of Retweets from both organic and paid contexts, in order to maintain consistency with the counts shown publicly on Twitter.
Using the TweetFields.OrganicMetrics field, this returns the total count of Retweets from organic contexts.
Using the TweetFields.PromotedMetrics field, this returns the total count of Retweets from paid contexts.