Tweet

May 20, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
typenameTypeName[optional]
articleArticle[optional]
author_community_relationshipAuthorCommunityRelationship[optional]
birdwatch_pivotBirdwatchPivot[optional]
cardTweetCard[optional]
community_relationshipCommunityRelationship[optional]
community_resultsCommunityResult[optional]
content_disclosureContentDisclosure[optional]
coreUserResultCore[optional]
edit_controlTweetEditControl[optional]
edit_prespectiveTweetEditPrespective[optional]
grok_analysis_buttonbool[optional]
grok_analysis_followupsList[str][optional]
grok_annotationsGrokAnnotation[optional]
grok_share_attachmentGrokShareAttachment[optional]
grok_translated_post_with_availabilityGrokTranslatedPostWithAvailability[optional]
has_birdwatch_notesbool[optional]
is_translatablebool[optional]
legacyTweetLegacy[optional]
note_tweetNoteTweet[optional]
post_ctaTweetPostCta[optional]
post_image_descriptionstr[optional]
post_video_descriptionstr[optional]
previous_countsTweetPreviousCounts[optional]
quick_promote_eligibilityobject[optional]
quoted_ref_resultQuotedRefResult[optional]
quoted_status_resultItemResult[optional]
rest_idstr
sourcestr[optional]
super_follows_reply_user_resultSuperFollowsReplyUserResult[optional]
trend_resultsTrendResults[optional]
unified_cardUnifiedCard[optional]
unmention_dataDict[str, object][optional]
viewsTweetView[optional]

Example

from twitter_openapi_python_generated.models.tweet import Tweet

# TODO update the JSON string below
json = "{}"
# create an instance of Tweet from a JSON string
tweet_instance = Tweet.from_json(json)
# print the JSON string representation of the object
print(Tweet.to_json())

# convert the object into a dict
tweet_dict = tweet_instance.to_dict()
# create an instance of Tweet from a dict
tweet_from_dict = Tweet.from_dict(tweet_dict)

[Back to Model list] [Back to API list] [Back to README]