From: Harmon Date: Sat, 26 Feb 2022 00:25:34 +0000 (-0600) Subject: Add parameters to Client.get_liking_users signature in documentation X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8741f82f46420d711bf6790c44aedfcbb8ba9d33;p=tweepy.git Add parameters to Client.get_liking_users signature in documentation Add new max_results and pagination_token parameters to Client.get_liking_users signature in documentation --- diff --git a/tweepy/client.py b/tweepy/client.py index 6a51506..aab302e 100644 --- a/tweepy/client.py +++ b/tweepy/client.py @@ -308,8 +308,9 @@ class Client(BaseClient): def get_liking_users(self, id, *, user_auth=False, **params): """get_liking_users( \ - id, *, expansions, media_fields, place_fields, poll_fields, \ - tweet_fields, user_fields, user_auth=False \ + id, *, expansions, max_results, media_fields, pagination_token, \ + place_fields, poll_fields, tweet_fields, user_fields, \ + user_auth=False \ ) Allows you to get information about a Tweet’s liking users.