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

@@ -180,15 +180,16 @@ class DialogMethods(UserMethods):
The entity with which a new conversation should be opened.
timeout (`int` | `float`, optional):
The default timeout *per action* to be used. You may also
override this timeout on a per-method basis. By default each
action can take up to 60 seconds (the value of this timeout).
The default timeout (in seconds) *per action* to be used. You
may also override this timeout on a per-method basis. By
default each action can take up to 60 seconds (the value of
this timeout).
total_timeout (`int` | `float`, optional):
The total timeout to use for the whole conversation. This
takes priority over per-action timeouts. After these many
seconds pass, subsequent actions will result in
``asyncio.TimeoutError``.
The total timeout (in seconds) to use for the whole
conversation. This takes priority over per-action
timeouts. After these many seconds pass, subsequent
actions will result in ``asyncio.TimeoutError``.
max_messages (`int`, optional):
The maximum amount of messages this conversation will

View File

@@ -343,10 +343,10 @@ class MessageMethods(UploadMethods, ButtonMethods, MessageParseMethods):
This parameter will be ignored if it is not an user.
wait_time (`int`):
Wait time between different :tl:`GetHistoryRequest`. Use this
parameter to avoid hitting the ``FloodWaitError`` as needed.
If left to ``None``, it will default to 1 second only if
the limit is higher than 3000.
Wait time (in seconds) between different
:tl:`GetHistoryRequest`. Use this parameter to avoid hitting
the ``FloodWaitError`` as needed. If left to ``None``, it will
default to 1 second only if the limit is higher than 3000.
ids (`int`, `list`):
A single integer ID (or several IDs) for the message that

View File

@@ -130,7 +130,9 @@ class UploadMethods(ButtonMethods, MessageParseMethods, UserMethods):
in chunks of 10 if more than 10 are given.
caption (`str`, optional):
Optional caption for the sent media message.
Optional caption for the sent media message. When sending an
album, the caption may be a list of strings, which will be
assigned to the files pairwise.
force_document (`bool`, optional):
If left to ``False`` and the file is a path that ends with