From 93dffc9a9bd1c3748658862e8770a98ec69fcb10 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 19 Feb 2022 15:08:25 -0600 Subject: [PATCH] Add version changed directive to Client.get_liking_users documentation --- tweepy/client.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tweepy/client.py b/tweepy/client.py index c3cd850..e02611d 100644 --- 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] -- 2.25.1