Document API.retweeters
authorHarmon <Harmon758@gmail.com>
Tue, 30 Apr 2019 04:25:10 +0000 (23:25 -0500)
committerGitHub <noreply@github.com>
Tue, 30 Apr 2019 04:25:10 +0000 (23:25 -0500)
Resolves #1200

docs/api.rst

index a76e7e8a6c49ca93bb72ec40636a21c0389be048..58a0cbe688896d54a1dc427fad290e6f46ef114c 100644 (file)
@@ -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])