@@ -93,6 +93,7 @@ docs/NoteTweet.md
9393docs/NoteTweetResult.md
9494docs/NoteTweetResultData.md
9595docs/NoteTweetResultMedia.md
96+ docs/NoteTweetResultMediaInlineMedia.md
9697docs/NoteTweetResultRichText.md
9798docs/NoteTweetResultRichTextTag.md
9899docs/OneFactorLoginEligibility.md
@@ -109,6 +110,7 @@ docs/PostCreateTweetRequestFeatures.md
109110docs/PostCreateTweetRequestVariables.md
110111docs/PostCreateTweetRequestVariablesMedia.md
111112docs/PostCreateTweetRequestVariablesMediaMediaEntitiesInner.md
113+ docs/PostCreateTweetRequestVariablesReply.md
112114docs/PostDeleteRetweet200Response.md
113115docs/PostDeleteRetweetRequest.md
114116docs/PostDeleteRetweetRequestVariables.md
@@ -308,6 +310,7 @@ test/test_note_tweet.py
308310test/test_note_tweet_result.py
309311test/test_note_tweet_result_data.py
310312test/test_note_tweet_result_media.py
313+ test/test_note_tweet_result_media_inline_media.py
311314test/test_note_tweet_result_rich_text.py
312315test/test_note_tweet_result_rich_text_tag.py
313316test/test_one_factor_login_eligibility.py
@@ -324,6 +327,7 @@ test/test_post_create_tweet_request_features.py
324327test/test_post_create_tweet_request_variables.py
325328test/test_post_create_tweet_request_variables_media.py
326329test/test_post_create_tweet_request_variables_media_media_entities_inner.py
330+ test/test_post_create_tweet_request_variables_reply.py
327331test/test_post_delete_retweet200_response.py
328332test/test_post_delete_retweet_request.py
329333test/test_post_delete_retweet_request_variables.py
@@ -533,6 +537,7 @@ twitter_openapi_python_generated/models/note_tweet.py
533537twitter_openapi_python_generated/models/note_tweet_result.py
534538twitter_openapi_python_generated/models/note_tweet_result_data.py
535539twitter_openapi_python_generated/models/note_tweet_result_media.py
540+ twitter_openapi_python_generated/models/note_tweet_result_media_inline_media.py
536541twitter_openapi_python_generated/models/note_tweet_result_rich_text.py
537542twitter_openapi_python_generated/models/note_tweet_result_rich_text_tag.py
538543twitter_openapi_python_generated/models/one_factor_login_eligibility.py
@@ -547,6 +552,7 @@ twitter_openapi_python_generated/models/post_create_tweet_request_features.py
547552twitter_openapi_python_generated/models/post_create_tweet_request_variables.py
548553twitter_openapi_python_generated/models/post_create_tweet_request_variables_media.py
549554twitter_openapi_python_generated/models/post_create_tweet_request_variables_media_media_entities_inner.py
555+ twitter_openapi_python_generated/models/post_create_tweet_request_variables_reply.py
550556twitter_openapi_python_generated/models/post_delete_retweet200_response.py
551557twitter_openapi_python_generated/models/post_delete_retweet_request.py
552558twitter_openapi_python_generated/models/post_delete_retweet_request_variables.py
0 commit comments