LICENSE
README.md
setup.py
tglib/__init__.py
tglib/client.py
tglib/entitycache.py
tglib/helpers.py
tglib/password.py
tglib/requestiter.py
tglib/utils.py
tglib.egg-info/PKG-INFO
tglib.egg-info/SOURCES.txt
tglib.egg-info/dependency_links.txt
tglib.egg-info/requires.txt
tglib.egg-info/top_level.txt
tglib/crypto/__init__.py
tglib/crypto/aes.py
tglib/crypto/authkey.py
tglib/crypto/backend.py
tglib/crypto/factorization.py
tglib/crypto/rsa.py
tglib/errors/__init__.py
tglib/events/__init__.py
tglib/events/callbackquery.py
tglib/events/chataction.py
tglib/events/common.py
tglib/events/messagedeleted.py
tglib/events/messageedited.py
tglib/events/newmessage.py
tglib/events/raw.py
tglib/extensions/__init__.py
tglib/extensions/binaryreader.py
tglib/extensions/html.py
tglib/extensions/markdown.py
tglib/extensions/messagepacker.py
tglib/network/__init__.py
tglib/network/authenticator.py
tglib/network/connection.py
tglib/network/mtprotoplainsender.py
tglib/network/mtprotosender.py
tglib/network/mtprotostate.py
tglib/network/requeststate.py
tglib/sessions/__init__.py
tglib/sessions/memory.py
tglib/sessions/sqlite.py
tglib/sessions/string.py
tglib/tl/__init__.py
tglib/tl/alltlobjects.py
tglib/tl/mtproto_types.py
tglib/tl/tlobject.py
tglib/tl/core/__init__.py
tglib/tl/core/gzippacked.py
tglib/tl/core/messagecontainer.py
tglib/tl/core/rpcresult.py
tglib/tl/core/tlmessage.py
tglib/tl/custom/__init__.py
tglib/tl/custom/message.py
tglib/tl/functions/__init__.py
tglib/tl/functions/_root.py
tglib/tl/functions/account.py
tglib/tl/functions/auth.py
tglib/tl/functions/bots.py
tglib/tl/functions/channels.py
tglib/tl/functions/chatlists.py
tglib/tl/functions/contacts.py
tglib/tl/functions/folders.py
tglib/tl/functions/fragment.py
tglib/tl/functions/help.py
tglib/tl/functions/langpack.py
tglib/tl/functions/messages.py
tglib/tl/functions/payments.py
tglib/tl/functions/phone.py
tglib/tl/functions/photos.py
tglib/tl/functions/premium.py
tglib/tl/functions/smsjobs.py
tglib/tl/functions/stats.py
tglib/tl/functions/stickers.py
tglib/tl/functions/stories.py
tglib/tl/functions/updates.py
tglib/tl/functions/upload.py
tglib/tl/functions/users.py
tglib/tl/types/__init__.py
tglib/tl/types/_root.py
tglib/tl/types/account.py
tglib/tl/types/auth.py
tglib/tl/types/bots.py
tglib/tl/types/channels.py
tglib/tl/types/chatlists.py
tglib/tl/types/contacts.py
tglib/tl/types/fragment.py
tglib/tl/types/help.py
tglib/tl/types/messages.py
tglib/tl/types/payments.py
tglib/tl/types/phone.py
tglib/tl/types/photos.py
tglib/tl/types/premium.py
tglib/tl/types/smsjobs.py
tglib/tl/types/stats.py
tglib/tl/types/stickers.py
tglib/tl/types/storage.py
tglib/tl/types/stories.py
tglib/tl/types/updates.py
tglib/tl/types/upload.py
tglib/tl/types/users.py
tglib_generator/__init__.py
tglib_generator/generator.py
tglib_generator/parser.py
tglib_generator/sourcebuilder.py