aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-13 14:22:43 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-13 14:22:43 +0200
commit750527416f4607b38415fa405e85876578dda05e (patch)
tree0ddabb48d125b56a1b17f9a76dbdc652216a9b8b /docs/index.rst
parentadcddefd59de91b6a2ca981c9bd923551ac38694 (diff)
downloadmastodon.py-750527416f4607b38415fa405e85876578dda05e.tar.gz
Add account notes
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst2
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
498Filter dicts 499Filter 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
1180Writing data: Featured tags 1182Writing data: Featured tags
1181~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1183~~~~~~~~~~~~~~~~~~~~~~~~~~~
Powered by cgit v1.2.3 (git 2.41.0)