Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 2.42 KB

Tweet.md

File metadata and controls

32 lines (24 loc) · 2.42 KB

Tweet

Properties

Name Type Description Notes
id String Unique identifier of this Tweet. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.
createdAt OffsetDateTime Creation time of the Tweet. [optional]
text String The content of the Tweet.
authorId String Unique identifier of this User. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers. [optional]
inReplyToUserId String Unique identifier of this User. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers. [optional]
conversationId String Unique identifier of this Tweet. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers. [optional]
replySettings ReplySettings [optional]
referencedTweets List<TweetReferencedTweets> A list of Tweets this Tweet refers to. For example, if the parent Tweet is a Retweet, a Quoted Tweet or a Reply, it will include the related Tweet referenced to by its parent. [optional]
attachments TweetAttachments [optional]
contextAnnotations List<ContextAnnotation> [optional]
withheld TweetWithheld [optional]
geo TweetGeo [optional]
entities FullTextEntities [optional]
publicMetrics TweetPublicMetrics [optional]
possiblySensitive Boolean Indicates if this Tweet contains URLs marked as sensitive, for example content suitable for mature audiences. [optional]
lang String Language of the Tweet, if detected by Twitter. Returned as a BCP47 language tag. [optional]
source String The name of the app the user Tweeted from. [optional]
nonPublicMetrics TweetNonPublicMetrics [optional]
promotedMetrics TweetPromotedMetrics [optional]
organicMetrics TweetOrganicMetrics [optional]