mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-06 05:00:23 +03:00
Better wording
This commit is contained in:
parent
a6fc3e6c0c
commit
c6c241d4c8
|
@ -89,12 +89,8 @@ class TelegramBaseClient(abc.ABC):
|
||||||
retries, but this is not recommended, since the program can
|
retries, but this is not recommended, since the program can
|
||||||
get stuck in an infinite loop.
|
get stuck in an infinite loop.
|
||||||
|
|
||||||
retry_delay (`float`, optional):
|
retry_delay (`int` | `float`, optional):
|
||||||
The delay should wait between each retry in seconds, either
|
The delay in seconds to sleep between automatic reconnections.
|
||||||
on the initial connection or when Telegram disconnects us
|
|
||||||
or when sending requests.
|
|
||||||
|
|
||||||
May be set to a false-y value (``0`` or ``None``) for no delays.
|
|
||||||
|
|
||||||
auto_reconnect (`bool`, optional):
|
auto_reconnect (`bool`, optional):
|
||||||
Whether reconnection should be retried `connection_retries`
|
Whether reconnection should be retried `connection_retries`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user