From: Harmon Date: Sat, 19 Feb 2022 21:08:25 +0000 (-0600) Subject: Add version changed directive to Client.get_liking_users documentation X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=93dffc9a9bd1c3748658862e8770a98ec69fcb10;p=tweepy.git Add version changed directive to Client.get_liking_users documentation --- 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]