Add versioning and return val docs to conversation_read

This commit is contained in:
Lorenz Diener 2019-04-28 14:02:34 +02:00
pare ac7196c443
commit 65e2596d9b

Veure arxiu

@ -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.
"""