diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index daae043..d6d0d04 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -777,6 +777,13 @@ These functions allow you to get information about single statuses. | |||
777 | .. automethod:: Mastodon.status_favourited_by | 777 | .. automethod:: Mastodon.status_favourited_by |
778 | .. automethod:: Mastodon.status_card | 778 | .. automethod:: Mastodon.status_card |
779 | 779 | ||
780 | Writing data: Scheduled statuses | ||
781 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
782 | These functions allow you to get information about scheduled statuses. | ||
783 | |||
784 | .. automethod:: Mastodon.scheduled_statuses | ||
785 | .. automethod:: Mastodon.scheduled_status | ||
786 | |||
780 | Reading data: Notifications | 787 | Reading data: Notifications |
781 | --------------------------- | 788 | --------------------------- |
782 | This function allows you to get information about a users notifications. | 789 | This function allows you to get information about a users notifications. |
@@ -891,6 +898,15 @@ interact with already posted statuses. | |||
891 | .. automethod:: Mastodon.status_unpin | 898 | .. automethod:: Mastodon.status_unpin |
892 | .. automethod:: Mastodon.status_delete | 899 | .. automethod:: Mastodon.status_delete |
893 | 900 | ||
901 | Writing data: Scheduled statuses | ||
902 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
903 | Mastodon allows you to schedule statuses (using `status_post()`_. | ||
904 | The functions in this section allow you to update or delete thusly | ||
905 | scheduled statuses. | ||
906 | |||
907 | .. automethod:: Mastodon.scheduled_status_update | ||
908 | .. automethod:: Mastodon.scheduled_status_delete | ||
909 | |||
894 | Writing data: Notifications | 910 | Writing data: Notifications |
895 | --------------------------- | 911 | --------------------------- |
896 | These functions allow you to clear all or some notifications. | 912 | These functions allow you to clear all or some notifications. |