Implement client.inline_query()

This commit is contained in:
Lonami Exo
2018-08-01 01:06:47 +02:00
parent 49a6cb4ef8
commit 7a2d7d98ad
6 changed files with 61 additions and 4 deletions

View File

@@ -20,4 +20,5 @@ from .chats import ChatMethods
from .dialogs import DialogMethods
from .downloads import DownloadMethods
from .auth import AuthMethods
from .bots import BotMethods
from .telegramclient import TelegramClient