aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-27 23:38:42 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-27 23:38:42 +0200
commitb35e3f3da8dee548acedb12cb1883569f03de793 (patch)
tree0ac1235089229d5c6c2bcb3c5dfcc3c365ebd389 /docs/index.rst
parentee9a3c9c5e954453f493c8173c54ec3834ccb18d (diff)
downloadmastodon.py-b35e3f3da8dee548acedb12cb1883569f03de793.tar.gz
Add account_familiar_followers
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)