Add version changed directive to documentation for Client.get_retweeters
authorHarmon <Harmon758@gmail.com>
Sat, 19 Feb 2022 21:07:29 +0000 (15:07 -0600)
committerHarmon <Harmon758@gmail.com>
Sat, 19 Feb 2022 21:11:01 +0000 (15:11 -0600)
tweepy/client.py

index b3113eb432f8e48a20cb1268cc7d092fdbd45441..c3cd85058cc89f618d2f221b2289d010590cfff2 100644 (file)
@@ -619,6 +619,9 @@ class Client:
 
         Allows you to get information about who has Retweeted a Tweet.
 
+        .. versionchanged:: 4.6
+            Added ``max_results `` and ``pagination_token`` parameters
+
         Parameters
         ----------
         id : Union[int, str]