diff options
author | Lorenz Diener <[email protected]> | 2018-06-04 14:54:26 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2018-06-04 14:54:26 +0200 |
commit | 620687a07922f66e6e278b74050b5384e0131c36 (patch) | |
tree | c2a41abfb999b0d574b49fe5728d79710ca2257c /docs | |
parent | be77f4e8ab93dcfecb0fb306479a3eae3e2001cb (diff) | |
download | mastodon.py-620687a07922f66e6e278b74050b5384e0131c36.tar.gz |
Add pinning/unpinning, media_update
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 62f5842..4bcc70d 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -256,6 +256,8 @@ Toot dicts | |||
256 | 'language': # The language of the toot, if specified by the server. | 256 | 'language': # The language of the toot, if specified by the server. |
257 | 'muted': # Boolean denoting whether the user has muted this status by | 257 | 'muted': # Boolean denoting whether the user has muted this status by |
258 | # way of conversation muting | 258 | # way of conversation muting |
259 | 'pinned': # Boolean denoting whether or not the status is currently pinned for the | ||
260 | # associated account. | ||
259 | } | 261 | } |
260 | 262 | ||
261 | Mention dicts | 263 | Mention dicts |
@@ -662,6 +664,8 @@ interact with already posted statuses. | |||
662 | .. automethod:: Mastodon.status_unfavourite | 664 | .. automethod:: Mastodon.status_unfavourite |
663 | .. automethod:: Mastodon.status_mute | 665 | .. automethod:: Mastodon.status_mute |
664 | .. automethod:: Mastodon.status_unmute | 666 | .. automethod:: Mastodon.status_unmute |
667 | .. automethod:: Mastodon.status_pin | ||
668 | .. automethod:: Mastodon.status_unpin | ||
665 | .. automethod:: Mastodon.status_delete | 669 | .. automethod:: Mastodon.status_delete |
666 | 670 | ||
667 | Writing data: Notifications | 671 | Writing data: Notifications |
@@ -714,6 +718,7 @@ to attach media to statuses. | |||
714 | .. _media_post(): | 718 | .. _media_post(): |
715 | 719 | ||
716 | .. automethod:: Mastodon.media_post | 720 | .. automethod:: Mastodon.media_post |
721 | .. automethod:: Mastodon.media_update | ||
717 | 722 | ||
718 | Writing data: Reports | 723 | Writing data: Reports |
719 | --------------------- | 724 | --------------------- |