From c96bbf2126cb810aba9c98bd91c3d70136ab3816 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 19 Feb 2022 15:07:29 -0600 Subject: [PATCH] Add version changed directive to documentation for Client.get_retweeters --- tweepy/client.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tweepy/client.py b/tweepy/client.py index b3113eb..c3cd850 100644 --- a/tweepy/client.py +++ b/tweepy/client.py @@ -619,6 +619,9 @@ class Client: Allows you to get information about who has Retweeted a Tweet. + .. versionchanged:: 4.6 + Added ``max_results `` and ``pagination_token`` parameters + Parameters ---------- id : Union[int, str] -- 2.25.1