Fix and update links in the documentation

This commit is contained in:
Lonami Exo
2019-01-12 13:06:14 +01:00
parent fbf7f75b00
commit 5ac88f764d
9 changed files with 42 additions and 34 deletions

View File

@@ -112,7 +112,7 @@ class Conversation(ChatGetter):
Returns a coroutine that will resolve once a response arrives.
Args:
message (:tl:`Message` | `int`, optional):
message (`Message <telethon.tl.custom.message.Message>` | `int`, optional):
The message (or the message ID) for which a response
is expected. By default this is the last sent message.