@@ -111,7 +111,7 @@ class Operation:
111111 UserTweetsAndReplies = {'userId' : int }, 'RIWc55YCNyUJ-U3HHGYkdg' , 'UserTweetsAndReplies'
112112 TweetResultByRestId = {'tweetId' : int }, 'd6YKjvQ920F-D4Y1PruO-A' , 'TweetResultByRestId'
113113 TweetResultsByRestIds = {'tweetIds' : list [int | str ]}, 'BWy5aoI-WvwbeSiHUIf2Hw' , 'TweetResultsByRestIds'
114- TweetDetail = {'focalTweetId' : int }, 'zXaXQgfyR4GxE21uwYQSyA ' , 'TweetDetail'
114+ TweetDetail = {'focalTweetId' : int }, 'ooUbmy0T2DmvwfjgARktiQ ' , 'TweetDetail'
115115 TweetStats = {'rest_id' : int }, 'EvbTkPDT-xQCfupPu0rWMA' , 'TweetStats'
116116 Likes = {'userId' : int }, 'nXEl0lfN_XSznVMlprThgQ' , 'Likes'
117117 Followers = {'userId' : int }, 'pd8Tt1qUz1YWrICegqZ8cw' , 'Followers'
@@ -671,26 +671,56 @@ class Operation:
671671 'ext' : 'mediaStats,highlightedLabel,hasNftAvatar,voiceInfo,birdwatchPivot,superFollowMetadata,unmentionInfo,editControl'
672672}
673673
674- latest_features = {
675- "responsive_web_grok_share_attachment_enabled" : True ,
676- "responsive_web_grok_show_grok_translated_post" : True ,
677- "responsive_web_profile_redirect_enabled" : True ,
678- "responsive_web_grok_analyze_post_followups_enabled" : True ,
679- "post_ctas_fetch_enabled" : True ,
680- "rweb_tipjar_consumption_enabled" : True ,
681- "responsive_web_grok_analysis_button_from_backend" : True ,
682- "responsive_web_grok_imagine_annotation_enabled" : True ,
683- "responsive_web_jetfuel_frame" : True ,
684- "premium_content_api_read_enabled" : True ,
685- "responsive_web_grok_analyze_button_fetch_trends_enabled" : True ,
686- "communities_web_enable_tweet_community_results_fetch" : True ,
687- "profile_label_improvements_pcf_label_in_post_enabled" : True ,
688- "responsive_web_grok_image_annotation_enabled" : True ,
689- "responsive_web_grok_community_note_auto_translation_is_enabled" : True ,
690- "articles_preview_enabled" : True ,
691- "responsive_web_grok_annotations_enabled" : True ,
692- "longform_notetweets_inline_media_enabled" : True ,
693- "responsive_web_edit_tweet_api_enabled" : True ,
694- "graphql_is_translatable_rweb_tweet_is_translatable_enabled" : True ,
695- "view_counts_everywhere_api_enabled" : True
696- }
674+ target_features = {
675+ "rweb_video_screen_enabled" : False ,
676+ "profile_label_improvements_pcf_label_in_post_enabled" : True ,
677+ "responsive_web_profile_redirect_enabled" : False ,
678+ "rweb_tipjar_consumption_enabled" : False ,
679+ "verified_phone_label_enabled" : False ,
680+ "creator_subscriptions_tweet_preview_api_enabled" : True ,
681+ "responsive_web_graphql_timeline_navigation_enabled" : True ,
682+ "responsive_web_graphql_skip_user_profile_image_extensions_enabled" : False ,
683+ "premium_content_api_read_enabled" : False ,
684+ "communities_web_enable_tweet_community_results_fetch" : True ,
685+ "c9s_tweet_anatomy_moderator_badge_enabled" : True ,
686+ "responsive_web_grok_analyze_button_fetch_trends_enabled" : False ,
687+ "responsive_web_grok_analyze_post_followups_enabled" : True ,
688+ "responsive_web_jetfuel_frame" : True ,
689+ "responsive_web_grok_share_attachment_enabled" : True ,
690+ "responsive_web_grok_annotations_enabled" : True ,
691+ "articles_preview_enabled" : True ,
692+ "responsive_web_edit_tweet_api_enabled" : True ,
693+ "graphql_is_translatable_rweb_tweet_is_translatable_enabled" : True ,
694+ "view_counts_everywhere_api_enabled" : True ,
695+ "longform_notetweets_consumption_enabled" : True ,
696+ "responsive_web_twitter_article_tweet_consumption_enabled" : True ,
697+ "tweet_awards_web_tipping_enabled" : False ,
698+ "responsive_web_grok_show_grok_translated_post" : True ,
699+ "responsive_web_grok_analysis_button_from_backend" : True ,
700+ "post_ctas_fetch_enabled" : True ,
701+ "freedom_of_speech_not_reach_fetch_enabled" : True ,
702+ "standardized_nudges_misinfo" : True ,
703+ "tweet_with_visibility_results_prefer_gql_limited_actions_policy_enabled" : True ,
704+ "longform_notetweets_rich_text_read_enabled" : True ,
705+ "longform_notetweets_inline_media_enabled" : True ,
706+ "responsive_web_grok_image_annotation_enabled" : True ,
707+ "responsive_web_grok_imagine_annotation_enabled" : True ,
708+ "responsive_web_grok_community_note_auto_translation_is_enabled" : False ,
709+ "responsive_web_enhance_cards_enabled" : False }
710+
711+ target_field_toggles = {
712+ "withArticleRichContentState" : True ,
713+ "withArticlePlainText" : False ,
714+ "withGrokAnalyze" : False ,
715+ "withDisallowedReplyControls" : False
716+ }
717+
718+ static_variables = {
719+ "with_rux_injections" : False ,
720+ "rankingMode" : "Relevance" ,
721+ "includePromotedContent" : True ,
722+ "withCommunity" : True ,
723+ "withQuickPromoteEligibilityTweetFields" : True ,
724+ "withBirdwatchNotes" : True ,
725+ "withVoice" : True
726+ }
0 commit comments