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

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)
 

Property Documentation

◆ Id

long CoreTweet.V2.TweetReferencedTweet.Id
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.

◆ Type

TweetReferencedTweetType CoreTweet.V2.TweetReferencedTweet.Type
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).


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