mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 04:52:30 +00:00
Add an assistant bot example
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import logging
|
||||
from .client.telegramclient import TelegramClient
|
||||
from .network import connection
|
||||
from .tl import types, functions
|
||||
from .tl import types, functions, custom
|
||||
from . import version, events, utils
|
||||
|
||||
|
||||
__version__ = version.__version__
|
||||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||
|
||||
__all__ = ['TelegramClient', 'types', 'functions', 'events', 'utils']
|
||||
__all__ = ['TelegramClient', 'types', 'functions', 'custom', 'events', 'utils']
|
||||
|
Reference in New Issue
Block a user