From 8ce6e8ce2591f3d14547851552524c624e1373a3 Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 29 Apr 2019 23:25:10 -0500 Subject: [PATCH] Document API.retweeters Resolves #1200 --- docs/api.rst | 8 ++++++++ 1 file changed, 8 insertions(+) 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]) -- 2.25.1