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

index c3cd85058cc89f618d2f221b2289d010590cfff2..e02611d916ef4aa8a55d8257e31f1b83603ad890 100644 (file)
@@ -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]