From b35e3f3da8dee548acedb12cb1883569f03de793 Mon Sep 17 00:00:00 2001 From: halcy Date: Sun, 27 Nov 2022 23:38:42 +0200 Subject: Add account_familiar_followers --- docs/index.rst | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'docs') 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 } ], } +Familiar follower dicts +~~~~~~~~~~~~~~~~~~~~~~~ +.. _familiar follower dict: + +.. code-block:: python + + mastodon.account_familiar_followers(1)[0] + # Returns the following dictionary: + { + + } + Admin account dicts ~~~~~~~~~~~~~~~~~~~ .. _admin account dict: @@ -1087,8 +1099,9 @@ their relationships. .. automethod:: Mastodon.account_followers .. automethod:: Mastodon.account_relationships .. automethod:: Mastodon.account_search -.. automethod:: Mastodon.account_lists .. automethod:: Mastodon.account_lookup +.. automethod:: Mastodon.account_lists +.. automethod:: Mastodon.account_familiar_followers Reading data: Featured tags ~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3