From 620687a07922f66e6e278b74050b5384e0131c36 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Mon, 4 Jun 2018 14:54:26 +0200 Subject: Add pinning/unpinning, media_update --- docs/index.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') 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 'language': # The language of the toot, if specified by the server. 'muted': # Boolean denoting whether the user has muted this status by # way of conversation muting + 'pinned': # Boolean denoting whether or not the status is currently pinned for the + # associated account. } Mention dicts @@ -662,6 +664,8 @@ interact with already posted statuses. .. automethod:: Mastodon.status_unfavourite .. automethod:: Mastodon.status_mute .. automethod:: Mastodon.status_unmute +.. automethod:: Mastodon.status_pin +.. automethod:: Mastodon.status_unpin .. automethod:: Mastodon.status_delete Writing data: Notifications @@ -714,6 +718,7 @@ to attach media to statuses. .. _media_post(): .. automethod:: Mastodon.media_post +.. automethod:: Mastodon.media_update Writing data: Reports --------------------- -- cgit v1.2.3