diff --git a/telethon/client/users.py b/telethon/client/users.py index 22db969e..c46d6540 100644 --- a/telethon/client/users.py +++ b/telethon/client/users.py @@ -27,7 +27,7 @@ def _fmt_flood(delay, request, *, early=False, td=datetime.timedelta): class UserMethods: async def __call__(self: 'TelegramClient', request, ordered=False, flood_sleep_threshold=None): - return await self._call(self._sender, request, ordered=ordered) + return await self._call(self._sender, request, ordered=ordered, flood_sleep_threshold=flood_sleep_threshold) async def _call(self: 'TelegramClient', sender, request, ordered=False, flood_sleep_threshold=None): if flood_sleep_threshold is None: