From 3aa53dd9811038cc9365840beb0f6bdc871bc15c Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Mon, 24 Jan 2022 10:59:32 +0100 Subject: [PATCH] Add missing catch_up param to client init --- telethon/_client/telegramclient.py | 1 + 1 file changed, 1 insertion(+) diff --git a/telethon/_client/telegramclient.py b/telethon/_client/telegramclient.py index 3a39fb28..d78b0ce6 100644 --- a/telethon/_client/telegramclient.py +++ b/telethon/_client/telegramclient.py @@ -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, ):