The number of bookmarks of a tweet.
The ID of tweet which started the current conversation.
The creation date of the tweet.
Additional tweet entities like urls, mentions, etc.
The full text content of the tweet.
The rest id of the tweet.
The language in which the tweet is written.
The number of likes of the tweet.
Optional
mediaThe urls of the media contents of the tweet (if any).
The number of quotes of the tweet.
Optional
quotedThe tweet which is quoted in the tweet.
The number of replies to the tweet.
Optional
replyThe rest id of the tweet to which the tweet is a reply.
The number of retweets of the tweet.
Optional
retweetedThe tweet which is retweeted in this tweet (if any).
The details of the user who made the tweet.
The URL to the tweet.
The number of views of a tweet.
A serializable JSON representation of this
object.
Static
multipleExtracts and deserializes multiple target tweets from the given raw response data.
The raw response data.
The ids of the target tweets.
The target deserialized tweets.
Static
singleExtracts and deserializes a single target tweet from the given raw response data.
The raw response data.
The id of the target tweet.
The target deserialized tweet.
Static
timelineExtracts and deserializes the timeline of tweets from the given raw response data.
The raw response data.
The deserialized timeline of tweets.
The details of a single tweet.