From: Harmon Date: Tue, 1 Mar 2022 22:42:56 +0000 (-0600) Subject: Add note about Client.search_all_tweets default X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=cccfa2c0aebb67990718d5677cd6789dd2c898f3;p=tweepy.git Add note about Client.search_all_tweets default --- 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