Update docs for send_file/timeouts and add new known error

This commit is contained in:
Lonami Exo
2019-03-18 17:30:45 +01:00
parent a5f5d6ef23
commit 7c48857d0c
5 changed files with 18 additions and 14 deletions

View File

@@ -123,7 +123,7 @@ class Conversation(ChatGetter):
is expected. By default this is the last sent message.
timeout (`int` | `float`, optional):
If present, this `timeout` will override the
If present, this `timeout` (in seconds) will override the
per-action timeout defined for the conversation.
"""
return await self._get_message(
@@ -161,7 +161,7 @@ class Conversation(ChatGetter):
once `condition` is met.
timeout (`int`):
The timeout override to use for this operation.
The timeout (in seconds) override to use for this operation.
condition (`callable`):
The condition callable that checks if an incoming