TweetUnion

May 20, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
typenameTypeName
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]
limited_action_resultsDict[str, object][optional]
media_visibility_resultsMediaVisibilityResults[optional]
tweetTweetPreviewDisplayTweet
tweet_interstitialTweetInterstitial[optional]
reasonstr[optional]
ctaTweetPreviewDisplayCta
limited_action_resultsTweetLimitedActionResults

Example

from twitter_openapi_python_generated.models.tweet_union import TweetUnion

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

# convert the object into a dict
tweet_union_dict = tweet_union_instance.to_dict()
# create an instance of TweetUnion from a dict
tweet_union_from_dict = TweetUnion.from_dict(tweet_union_dict)

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