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

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...
 

Property Documentation

◆ LikeCount

int CoreTweet.V2.ITweetPublicMetrics.LikeCount
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.

◆ QuoteCount

int CoreTweet.V2.ITweetPublicMetrics.QuoteCount
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.

◆ ReplyCount

int CoreTweet.V2.ITweetPublicMetrics.ReplyCount
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.

◆ RetweetCount

int CoreTweet.V2.ITweetPublicMetrics.RetweetCount
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.


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