Document API.unretweet
authorHarmon <Harmon758@gmail.com>
Sun, 28 Apr 2019 01:14:35 +0000 (20:14 -0500)
committerGitHub <noreply@github.com>
Sun, 28 Apr 2019 01:14:35 +0000 (20:14 -0500)
Resolves #1195

docs/api.rst

index 675c5ceadd2788dc726d46267c26a60e694274b8..a76e7e8a6c49ca93bb72ec40636a21c0389be048 100644 (file)
@@ -167,6 +167,13 @@ Status methods
    :param count: Specifies the number of retweets to retrieve.
    :rtype: list of :class:`Status` objects
 
+.. method:: API.unretweet(id)
+
+   Untweets a retweeted status. Requires the id of the retweet to unretweet.
+
+   :param id: |sid|
+   :rtype: :class:`Status` object
+
 
 User methods
 ------------