From 3401c2efda6ddd60d5ee6f5ff2350453c8cb13c1 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 27 Apr 2019 20:14:35 -0500 Subject: [PATCH] Document API.unretweet Resolves #1195 --- docs/api.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/api.rst b/docs/api.rst index 675c5ce..a76e7e8 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -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 ------------ -- 2.25.1