From: Harmon Date: Tue, 30 Apr 2019 04:25:10 +0000 (-0500) Subject: Document API.retweeters X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8ce6e8ce2591f3d14547851552524c624e1373a3;p=tweepy.git Document API.retweeters Resolves #1200 --- diff --git a/docs/api.rst b/docs/api.rst index a76e7e8..58a0cbe 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -158,6 +158,14 @@ Status methods :param id: |sid| :rtype: :class:`Status` object +.. method:: API.retweeters(id, [cursor], [stringify_ids]) + + Returns up to 100 user IDs belonging to users who have retweeted the Tweet specified by the id parameter. + + :param id: |sid| + :param cursor: |cursor| + :param stringify_ids: Have ids returned as strings instead. + :rtype: list of Integers .. method:: API.retweets(id[,count])