Add versioning and return val docs to conversation_read

blurhash
Lorenz Diener 2019-04-28 14:02:34 +02:00
rodzic ac7196c443
commit 65e2596d9b
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -1499,10 +1499,13 @@ class Mastodon:
###
# Writing data: Conversations
###
@api_version("2.6.0", "2.6.0", __DICT_VERSION_CONVERSATION)
def conversations_read(self, id):
"""
Marks a single conversation as read.
Returns the updated `conversation dict`_.
WARNING: This method is currently not documented in the official API and
might therefore be unstable.
"""