From 4b712f0ce5fa9f51ff4c9d8f67798bbe05d51a36 Mon Sep 17 00:00:00 2001 From: penn5 Date: Thu, 5 Aug 2021 19:35:19 +0100 Subject: [PATCH] add line breaks Co-authored-by: Lonami --- telethon/client/telegrambaseclient.py | 1 + 1 file changed, 1 insertion(+) diff --git a/telethon/client/telegrambaseclient.py b/telethon/client/telegrambaseclient.py index ca62c71b..e8192d73 100644 --- a/telethon/client/telegrambaseclient.py +++ b/telethon/client/telegrambaseclient.py @@ -836,6 +836,7 @@ class TelegramBaseClient(abc.ABC): Whether the requests (if more than one was given) should be executed sequentially on the server. They run in arbitrary order by default. + flood_sleep_threshold (`int` | `None`, optional): The flood sleep threshold to use for this request. This overrides the default value stored in