aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mastodon/Mastodon.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py
index f5bf4ac..edb67f8 100644
--- a/mastodon/Mastodon.py
+++ b/mastodon/Mastodon.py
@@ -1499,10 +1499,13 @@ class Mastodon:
1499 ### 1499 ###
1500 # Writing data: Conversations 1500 # Writing data: Conversations
1501 ### 1501 ###
1502 @api_version("2.6.0", "2.6.0", __DICT_VERSION_CONVERSATION)
1502 def conversations_read(self, id): 1503 def conversations_read(self, id):
1503 """ 1504 """
1504 Marks a single conversation as read. 1505 Marks a single conversation as read.
1505 1506
1507 Returns the updated `conversation dict`_.
1508
1506 WARNING: This method is currently not documented in the official API and 1509 WARNING: This method is currently not documented in the official API and
1507 might therefore be unstable. 1510 might therefore be unstable.
1508 """ 1511 """
Powered by cgit v1.2.3 (git 2.41.0)