Nullable. This field only surfaces when a Tweet contains a
current_user_retweet. The meaning of the field doesn’t pertain to the
Tweet content itself, but instead it is an indicator that the current
authenticated user reweeted the Tweet. This can be included if
the includeMyRetweet param in any service method is set to true.
When between one and four native photos or one video or one animated GIF
are in Tweet, contains an array 'media' metadata. This is also available
in Quote Tweets.
Nullable. If the represented Tweet is a reply, this field will contain the
integer representation of the original Tweet’s author ID. This will not
necessarily always be the user directly mentioned in the Tweet.
Nullable. When present, indicates a BCP 47 language identifier
corresponding to the machine-detected language of the Tweet text, or und
if no language could be detected.
Nullable. This field only surfaces when a Tweet contains a link. The
meaning of the field doesn’t pertain to the Tweet content itself, but
instead it is an indicator that the URL contained in the Tweet may contain
content or media identified as sensitive content.
Users can amplify the broadcast of Tweets authored by other users by
retweeting. Retweets can be distinguished from typical Tweets by the
existence of a retweetedStatus attribute. This attribute contains a
representation of the original Tweet that was retweeted. Note that
retweets of retweets do not show representations of the intermediary
retweet, but only the original Tweet. (Users can also unretweet a retweet
they created by deleting their retweet.)
Indicates whether the value of the text parameter was truncated, for
example, as a result of a retweet exceeding the original Tweet text length
limit of 140 characters. Truncated text will end in ellipsis, like this
.... Since Twitter now rejects long Tweets vs truncating them, the large
majority of Tweets will have this set to false. Note that while native
retweets may have their toplevel text property shortened, the original
text will be available under the retweetedStatus object and the
truncated parameter will be set to the value of the original status (in
most cases, false).