From cccfa2c0aebb67990718d5677cd6789dd2c898f3 Mon Sep 17 00:00:00 2001 From: Harmon Date: Tue, 1 Mar 2022 16:42:56 -0600 Subject: [PATCH] Add note about Client.search_all_tweets default --- tweepy/client.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tweepy/client.py b/tweepy/client.py index 5cbe281..b2c4fde 100644 --- a/tweepy/client.py +++ b/tweepy/client.py @@ -738,6 +738,11 @@ class Client(BaseClient): The Tweets returned by this endpoint count towards the Project-level `Tweet cap`_. + .. note:: + + By default, a request will return Tweets from up to 30 days ago if + the ``start_time`` parameter is not provided. + .. versionchanged:: 4.6 Added ``sort_order`` parameter -- 2.25.1