| Name | Type | Description | Notes |
|---|---|---|---|
| attachments | TweetAttachments | [optional] | |
| 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] |
| contextAnnotations | List<ContextAnnotation> | [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] |
| createdAt | OffsetDateTime | Creation time of the Tweet. | [optional] |
| editControls | TweetEditControls | [optional] | |
| editHistoryTweetIds | List<String> | A list of Tweet Ids in this Tweet chain. | |
| entities | FullTextEntities | [optional] | |
| geo | TweetGeo | [optional] | |
| 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. | |
| 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] |
| lang | String | Language of the Tweet, if detected by Twitter. Returned as a BCP47 language tag. | [optional] |
| nonPublicMetrics | TweetNonPublicMetrics | [optional] | |
| organicMetrics | TweetOrganicMetrics | [optional] | |
| possiblySensitive | Boolean | Indicates if this Tweet contains URLs marked as sensitive, for example content suitable for mature audiences. | [optional] |
| promotedMetrics | TweetPromotedMetrics | [optional] | |
| publicMetrics | TweetPublicMetrics | [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] |
| replySettings | ReplySettings | [optional] | |
| source | String | The name of the app the user Tweeted from. | [optional] |
| text | String | The content of the Tweet. | |
| withheld | TweetWithheld | [optional] |