# Tweet ## Properties | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| |**attachments** | [**TweetAttachments**](TweetAttachments.md) | | [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>**](ContextAnnotation.md) | | [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**](TweetEditControls.md) | | [optional] | |**editHistoryTweetIds** | **List<String>** | A list of Tweet Ids in this Tweet chain. | | |**entities** | [**FullTextEntities**](FullTextEntities.md) | | [optional] | |**geo** | [**TweetGeo**](TweetGeo.md) | | [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**](TweetNonPublicMetrics.md) | | [optional] | |**organicMetrics** | [**TweetOrganicMetrics**](TweetOrganicMetrics.md) | | [optional] | |**possiblySensitive** | **Boolean** | Indicates if this Tweet contains URLs marked as sensitive, for example content suitable for mature audiences. | [optional] | |**promotedMetrics** | [**TweetPromotedMetrics**](TweetPromotedMetrics.md) | | [optional] | |**publicMetrics** | [**TweetPublicMetrics**](TweetPublicMetrics.md) | | [optional] | |**referencedTweets** | [**List<TweetReferencedTweets>**](TweetReferencedTweets.md) | 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**](TweetWithheld.md) | | [optional] |