Add missing catch_up param to client init

This commit is contained in:
Lonami Exo 2022-01-24 10:59:32 +01:00
parent 4b85ced1e1
commit 3aa53dd981

View File

@ -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,
):