referencedTweets property

  1. @JsonKey(name: "referenced_tweets")
List<ReferencedTweet> referencedTweets
final

A list of Tweets this Tweet refers to. For example, if the parent Tweet is a Retweet, a Retweet with comment (also known as Quoted Tweet) or a Reply, it will include the related Tweet referenced to by its parent. In this field we will only get ids of the tweets. Proper object will be included in TweetV2Response::includes::tweets

Implementation

@JsonKey(name: "referenced_tweets")
final List<ReferencedTweet> referencedTweets;