aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst15
1 files changed, 14 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 0a6c43b..d035be3 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -864,6 +864,18 @@ Announcement dicts
864 } ], 864 } ],
865 } 865 }
866 866
867Familiar follower dicts
868~~~~~~~~~~~~~~~~~~~~~~~
869.. _familiar follower dict:
870
871.. code-block:: python
872
873 mastodon.account_familiar_followers(1)[0]
874 # Returns the following dictionary:
875 {
876
877 }
878
867Admin account dicts 879Admin account dicts
868~~~~~~~~~~~~~~~~~~~ 880~~~~~~~~~~~~~~~~~~~
869.. _admin account dict: 881.. _admin account dict:
@@ -1087,8 +1099,9 @@ their relationships.
1087.. automethod:: Mastodon.account_followers 1099.. automethod:: Mastodon.account_followers
1088.. automethod:: Mastodon.account_relationships 1100.. automethod:: Mastodon.account_relationships
1089.. automethod:: Mastodon.account_search 1101.. automethod:: Mastodon.account_search
1090.. automethod:: Mastodon.account_lists
1091.. automethod:: Mastodon.account_lookup 1102.. automethod:: Mastodon.account_lookup
1103.. automethod:: Mastodon.account_lists
1104.. automethod:: Mastodon.account_familiar_followers
1092 1105
1093Reading data: Featured tags 1106Reading data: Featured tags
1094~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1107~~~~~~~~~~~~~~~~~~~~~~~~~~~
Powered by cgit v1.2.3 (git 2.41.0)