projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c96bbf2
)
Add version changed directive to Client.get_liking_users documentation
author
Harmon
<Harmon758@gmail.com>
Sat, 19 Feb 2022 21:08:25 +0000
(15:08 -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 c3cd85058cc89f618d2f221b2289d010590cfff2..e02611d916ef4aa8a55d8257e31f1b83603ad890 100644
(file)
--- a/
tweepy/client.py
+++ b/
tweepy/client.py
@@
-299,6
+299,9
@@
class Client:
Allows you to get information about a Tweet’s liking users.
+ .. versionchanged:: 4.6
+ Added ``max_results `` and ``pagination_token`` parameters
+
Parameters
----------
id : Union[int, str]