projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db11353
)
Add version changed directive to documentation for Client.get_retweeters
author
Harmon
<Harmon758@gmail.com>
Sat, 19 Feb 2022 21:07:29 +0000
(15:07 -0600)
committer
Harmon
<Harmon758@gmail.com>
Sat, 19 Feb 2022 21:11:01 +0000
(15:11 -0600)
tweepy/client.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/client.py
b/tweepy/client.py
index b3113eb432f8e48a20cb1268cc7d092fdbd45441..c3cd85058cc89f618d2f221b2289d010590cfff2 100644
(file)
--- a/
tweepy/client.py
+++ b/
tweepy/client.py
@@
-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]