diff options
author | halcy <halcy@ARARAGI-KUN> | 2022-11-13 14:22:43 +0200 |
---|---|---|
committer | halcy <halcy@ARARAGI-KUN> | 2022-11-13 14:22:43 +0200 |
commit | 750527416f4607b38415fa405e85876578dda05e (patch) | |
tree | 0ddabb48d125b56a1b17f9a76dbdc652216a9b8b /docs | |
parent | adcddefd59de91b6a2ca981c9bd923551ac38694 (diff) | |
download | mastodon.py-750527416f4607b38415fa405e85876578dda05e.tar.gz |
Add account notes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 667ab1c..dad7669 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -493,6 +493,7 @@ Relationship dicts | |||
493 | # logged-in users Timeline | 493 | # logged-in users Timeline |
494 | 'endorsed': # Boolean denoting wheter the specified user is being endorsed / featured by the | 494 | 'endorsed': # Boolean denoting wheter the specified user is being endorsed / featured by the |
495 | # logged-in user | 495 | # logged-in user |
496 | 'note': # A free text note the logged in user has created for this account (not publicly visible) | ||
496 | } | 497 | } |
497 | 498 | ||
498 | Filter dicts | 499 | Filter dicts |
@@ -1176,6 +1177,7 @@ These functions allow you to interact with other accounts: To (un)follow and | |||
1176 | .. automethod:: Mastodon.account_pin | 1177 | .. automethod:: Mastodon.account_pin |
1177 | .. automethod:: Mastodon.account_unpin | 1178 | .. automethod:: Mastodon.account_unpin |
1178 | .. automethod:: Mastodon.account_update_credentials | 1179 | .. automethod:: Mastodon.account_update_credentials |
1180 | .. automethod:: Mastodon.account_note_set | ||
1179 | 1181 | ||
1180 | Writing data: Featured tags | 1182 | Writing data: Featured tags |
1181 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 1183 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ |