diff options
author | halcy <halcy@ARARAGI-KUN> | 2022-11-27 23:38:42 +0200 |
---|---|---|
committer | halcy <halcy@ARARAGI-KUN> | 2022-11-27 23:38:42 +0200 |
commit | b35e3f3da8dee548acedb12cb1883569f03de793 (patch) | |
tree | 0ac1235089229d5c6c2bcb3c5dfcc3c365ebd389 /docs | |
parent | ee9a3c9c5e954453f493c8173c54ec3834ccb18d (diff) | |
download | mastodon.py-b35e3f3da8dee548acedb12cb1883569f03de793.tar.gz |
Add account_familiar_followers
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 15 |
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 | ||
867 | Familiar 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 | |||
867 | Admin account dicts | 879 | Admin 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 | ||
1093 | Reading data: Featured tags | 1106 | Reading data: Featured tags |
1094 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 1107 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ |