|
long | Id [get, set] |
| Unique identifier of this Tweet. More...
|
|
DateTimeOffset? | CreatedAt [get, set] |
| Creation time of the Tweet. To return this field, add TweetFields.CreatedAt in the request's query parameter. More...
|
|
string | Text [get, set] |
| The content of the Tweet. To return this field, add TweetFields.Text in the request's query parameter. More...
|
|
long? | AuthorId [get, set] |
| Unique identifier of this User. You can obtain the expanded object in TweetResponseIncludes.Users by adding TweetExpansions.AuthorId in the request's query parameter. More...
|
|
long? | ConversationId [get, set] |
| The Tweet ID of the original Tweet of the conversation (which includes direct replies, replies of replies). To return this field, add TweetFields.ConversationId in the request's query parameter. More...
|
|
long? | InReplyToUserId [get, set] |
| If this Tweet is a Reply, indicates the User ID of the parent Tweet's author. You can obtain the expanded object in TweetResponseIncludes.Users by adding TweetExpansions.InReplyToUserId in the request's query parameter. More...
|
|
TweetReferencedTweet[] | ReferencedTweets [get, set] |
| 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. To return this field, add TweetFields.ReferencedTweets in the request's query parameter. More...
|
|
TweetAttachments | Attachments [get, set] |
| Specifies the type of attachments (if any) present in this Tweet. More...
|
|
TweetGeo | Geo [get, set] |
| Contains details about the location tagged by the user in this Tweet, if they specified one. To return this field, add TweetFields.Geo in the request's query parameter. More...
|
|
TweetContextAnnotation[] | ContextAnnotations [get, set] |
| Contains context annotations for the Tweet. To return this field, add TweetFields.ContextAnnotations in the request's query parameter. More...
|
|
Entities | Entities [get, set] |
| Contains details about text that has a special meaning in a Tweet. To return this field, add TweetFields.Entities in the request's query parameter. More...
|
|
Withheld | Withheld [get, set] |
| Contains withholding details for withheld content. To return this field, add TweetFields.Withheld in the request's query parameter. More...
|
|
TweetPublicMetrics | PublicMetrics [get, set] |
| Engagement metrics for the Tweet at the time of the request. To return this field, add TweetFields.PublicMetrics in the request's query parameter. More...
|
|
TweetNonPublicMetrics | NonPublicMetrics [get, set] |
| Non-public engagement metrics for the Tweet at the time of the request. Requires user context authentication. To return this field, add TweetFields.NonPublicMetrics in the request's query parameter. More...
|
|
TweetGroupingMetrics | OrganicMetrics [get, set] |
| Organic engagement metrics for the Tweet at the time of the request. Requires user context authentication. To return this field, add TweetFields.OrganicMetrics in the request's query parameter. More...
|
|
TweetGroupingMetrics | PromotedMetrics [get, set] |
| Engagement metrics for the Tweet at the time of the request in a promoted context. Requires user context authentication. To return this field, add TweetFields.PromotedMetrics in the request's query parameter. More...
|
|
bool? | PossiblySensitive [get, set] |
| Indicates if this Tweet contains URLs marked as sensitive, for example content suitable for mature audiences. To return this field, add TweetFields.PossiblySensitive in the request's query parameter. More...
|
|
string | Lang [get, set] |
| Language of the Tweet, if detected by Twitter. Returned as a BCP47 language tag. To return this field, add TweetFields.Lang in the request's query parameter. More...
|
|
string | Source [get, set] |
| The name of the app the user Tweeted from. To return this field, add TweetFields.Source in the request's query parameter. More...
|
|