mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 21:10:29 +00:00
Fix begin/end_takeout
This commit is contained in:
@@ -289,7 +289,7 @@ class TelegramClient:
|
||||
return account.takeout_active(self)
|
||||
|
||||
@forward_call(account.end_takeout)
|
||||
async def end_takeout(self: 'TelegramClient', success: bool) -> bool:
|
||||
async def end_takeout(self: 'TelegramClient', *, success: bool) -> bool:
|
||||
"""
|
||||
Finishes the current takeout session.
|
||||
|
||||
|
Reference in New Issue
Block a user