CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Properties | |
TweetReferencedTweetType | Type [get, set] |
Indicates the type of relationship between this Tweet and the Tweet returned in the response: TweetReferencedTweetType.Retweeted (this Tweet is a Retweet), TweetReferencedTweetType.Quoted (a Retweet with comment, also known as Quoted Tweet), or TweetReferencedTweetType.RepliedTo (this Tweet is a reply). More... | |
long | Id [get, set] |
The unique identifier of the referenced Tweet. You can obtain the expanded object in TweetResponseIncludes.Tweets by adding TweetExpansions.ReferencedTweetsId in the request's query parameter. 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 |
The unique identifier of the referenced Tweet. You can obtain the expanded object in TweetResponseIncludes.Tweets by adding TweetExpansions.ReferencedTweetsId in the request's query parameter.
|
getset |
Indicates the type of relationship between this Tweet and the Tweet returned in the response: TweetReferencedTweetType.Retweeted (this Tweet is a Retweet), TweetReferencedTweetType.Quoted (a Retweet with comment, also known as Quoted Tweet), or TweetReferencedTweetType.RepliedTo (this Tweet is a reply).