From 2132615269aa80a01d9af63d90e075197603fa3e Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sat, 22 Feb 2020 19:51:49 +0100 Subject: [PATCH] Add documentation for bookmarks --- docs/index.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 9b43b87..47016ed 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1009,6 +1009,11 @@ muted or blocked by the logged in user. .. automethod:: Mastodon.mutes .. automethod:: Mastodon.blocks +Reading data: Bookmarks +----------------------- + +.. automethod:: Mastodon.bookmarks + Reading data: Reports --------------------- In Mastodon versions before 2.5.0 this function allowed for the retrieval @@ -1068,6 +1073,8 @@ interact with already posted statuses. .. automethod:: Mastodon.status_unmute .. automethod:: Mastodon.status_pin .. automethod:: Mastodon.status_unpin +.. automethod:: Mastodon.status_bookmark +.. automethod:: Mastodon.status_unbookmark .. automethod:: Mastodon.status_delete Writing data: Scheduled statuses