diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 9 |
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 | ||
398 | Writing data: Notifications | ||
399 | --------------------------- | ||
400 | These functions allow you to clear all or some notifications. | ||
401 | |||
402 | .. automethod:: Mastodon.notifications_clear | ||
403 | .. automethod:: Mastodon.notifications_dismiss | ||
404 | |||
398 | Writing data: Accounts | 405 | Writing data: Accounts |
399 | ---------------------- | 406 | ---------------------- |
400 | These functions allow you to interact with other accounts: To (un)follow and | 407 | These functions allow you to interact with other accounts: To (un)follow and |