mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-26 03:13:45 +03:00
Add missing catch_up param to client init
This commit is contained in:
parent
4b85ced1e1
commit
3aa53dd981
|
@ -2664,6 +2664,7 @@ class TelegramClient:
|
|||
request_retries: int = 4,
|
||||
flood_sleep_threshold: int = 60,
|
||||
# Update handling.
|
||||
catch_up: bool = False,
|
||||
receive_updates: bool = True,
|
||||
max_queued_updates: int = 100,
|
||||
):
|
||||
|
|
Loading…
Reference in New Issue
Block a user