mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-10 19:46:36 +03:00
fd14a5a49a
A new thread is now created when MtProtoSender is created. This thread constantly listens for Telegram updates (such as incoming messages), so the updates can be received any time rather than only when sending another request.
5 lines
154 B
Python
Executable File
5 lines
154 B
Python
Executable File
from .all_tlobjects import tlobjects
|
|
from .session import Session
|
|
from .mtproto_request import MTProtoRequest
|
|
from .telegram_client import TelegramClient
|