Add new takeout method

This commit is contained in:
Lonami Exo
2019-01-05 17:18:40 +01:00
parent 1544577757
commit 0a147d5b95
4 changed files with 159 additions and 4 deletions

View File

@@ -19,6 +19,7 @@ from .messages import MessageMethods
from .chats import ChatMethods
from .dialogs import DialogMethods
from .downloads import DownloadMethods
from .account import AccountMethods
from .auth import AuthMethods
from .bots import BotMethods
from .telegramclient import TelegramClient