From: Harmon Date: Sat, 26 Feb 2022 00:30:14 +0000 (-0600) Subject: Add parameter to Client.search_recent_tweets signature in documentation X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a77039adfa4658d5308cc4fffde890ff7c0da7d0;p=tweepy.git Add parameter to Client.search_recent_tweets signature in documentation Add new sort_order parameter to Client.search_recent_tweets signature in documentation --- diff --git a/tweepy/client.py b/tweepy/client.py index 4a79bcb..0a6c8c5 100644 --- a/tweepy/client.py +++ b/tweepy/client.py @@ -818,8 +818,8 @@ class Client(BaseClient): def search_recent_tweets(self, query, *, user_auth=False, **params): """search_recent_tweets( \ query, *, end_time, expansions, max_results, media_fields, \ - next_token, place_fields, poll_fields, since_id, start_time, \ - tweet_fields, until_id, user_fields, user_auth=False \ + next_token, place_fields, poll_fields, since_id, sort_order, \ + start_time, tweet_fields, until_id, user_fields, user_auth=False \ ) The recent search endpoint returns Tweets from the last seven days that