aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2017-09-08 15:26:05 +0200
committerLorenz Diener <[email protected]>2017-09-08 15:26:05 +0200
commit9badbce67b25f8159785b42723ad8a66da9f47b1 (patch)
treeabed4dbc2792ba28049a72b5f04c7600d3c62614 /docs/index.rst
parentdf26310d1b2ba959109044433bf8c44b3932fcd9 (diff)
downloadmastodon.py-9badbce67b25f8159785b42723ad8a66da9f47b1.tar.gz
Update docs about notifications
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index cea3cf5..d8cf1fc 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -162,7 +162,7 @@ Toot dicts
162 # when there are attached files. 162 # when there are attached files.
163 'tags': # A list of hashtag dicts used in the toot 163 'tags': # A list of hashtag dicts used in the toot
164 'application': # Application dict for the client used to post the toot 164 'application': # Application dict for the client used to post the toot
165 'language': # The (autodetected or otherwise set server side) language of the toot. 165 'language': # The language of the toot, if specified by the server.
166 'muted': # oolean denoting whether the user has muted this status by way of conversation muting. 166 'muted': # oolean denoting whether the user has muted this status by way of conversation muting.
167 } 167 }
168 168
@@ -395,6 +395,13 @@ interact with already posted statuses.
395.. automethod:: Mastodon.status_unfavourite 395.. automethod:: Mastodon.status_unfavourite
396.. automethod:: Mastodon.status_delete 396.. automethod:: Mastodon.status_delete
397 397
398Writing data: Notifications
399---------------------------
400These functions allow you to clear all or some notifications.
401
402.. automethod:: Mastodon.notifications_clear
403.. automethod:: Mastodon.notifications_dismiss
404
398Writing data: Accounts 405Writing data: Accounts
399---------------------- 406----------------------
400These functions allow you to interact with other accounts: To (un)follow and 407These functions allow you to interact with other accounts: To (un)follow and
Powered by cgit v1.2.3 (git 2.41.0)