Add parameters to Client.get_retweeters signature in documentation
authorHarmon <Harmon758@gmail.com>
Sat, 26 Feb 2022 00:27:13 +0000 (18:27 -0600)
committerHarmon <Harmon758@gmail.com>
Sat, 26 Feb 2022 00:29:27 +0000 (18:29 -0600)
Add new max_results and pagination_token parameters to Client.get_retweeters signature in documentation

tweepy/client.py

index aab302e7eb6e3481680f03fae3a1e317a27fa5e9..ae56fbe2c966df705252c62532926109a9a074bb 100644 (file)
@@ -632,8 +632,9 @@ class Client(BaseClient):
 
     def get_retweeters(self, id, *, user_auth=False, **params):
         """get_retweeters( \
-            id, *, expansions, media_fields, place_fields, poll_fields, \
-            tweet_fields, user_fields, user_auth=False \
+            id, *, expansions, max_results, media_fields, pagination_token, \
+            place_fields, poll_fields, tweet_fields, user_fields, \
+            user_auth=False \
         )
 
         Allows you to get information about who has Retweeted a Tweet.