LICENSE
README.rst
pyproject.toml
setup.py
Softa_TL_New.egg-info/PKG-INFO
Softa_TL_New.egg-info/SOURCES.txt
Softa_TL_New.egg-info/dependency_links.txt
Softa_TL_New.egg-info/requires.txt
Softa_TL_New.egg-info/top_level.txt
softatl/__init__.py
softatl/custom.py
softatl/entitycache.py
softatl/functions.py
softatl/helpers.py
softatl/hints.py
softatl/password.py
softatl/requestiter.py
softatl/sync.py
softatl/types.py
softatl/utils.py
softatl/version.py
softatl/_updates/__init__.py
softatl/_updates/entitycache.py
softatl/_updates/messagebox.py
softatl/_updates/session.py
softatl/client/__init__.py
softatl/client/account.py
softatl/client/auth.py
softatl/client/bots.py
softatl/client/buttons.py
softatl/client/chats.py
softatl/client/dialogs.py
softatl/client/downloads.py
softatl/client/messageparse.py
softatl/client/messages.py
softatl/client/telegrambaseclient.py
softatl/client/telegramclient.py
softatl/client/updates.py
softatl/client/uploads.py
softatl/client/users.py
softatl/crypto/__init__.py
softatl/crypto/aes.py
softatl/crypto/aesctr.py
softatl/crypto/authkey.py
softatl/crypto/cdndecrypter.py
softatl/crypto/factorization.py
softatl/crypto/libssl.py
softatl/crypto/rsa.py
softatl/errors/__init__.py
softatl/errors/common.py
softatl/errors/rpcbaseerrors.py
softatl/errors/rpcerrorlist.py
softatl/events/__init__.py
softatl/events/album.py
softatl/events/callbackquery.py
softatl/events/chataction.py
softatl/events/common.py
softatl/events/inlinequery.py
softatl/events/messagedeleted.py
softatl/events/messageedited.py
softatl/events/messageread.py
softatl/events/newmessage.py
softatl/events/raw.py
softatl/events/userupdate.py
softatl/extensions/__init__.py
softatl/extensions/binaryreader.py
softatl/extensions/html.py
softatl/extensions/markdown.py
softatl/extensions/messagepacker.py
softatl/network/__init__.py
softatl/network/authenticator.py
softatl/network/mtprotoplainsender.py
softatl/network/mtprotosender.py
softatl/network/mtprotostate.py
softatl/network/requeststate.py
softatl/network/connection/__init__.py
softatl/network/connection/connection.py
softatl/network/connection/http.py
softatl/network/connection/tcpabridged.py
softatl/network/connection/tcpfull.py
softatl/network/connection/tcpintermediate.py
softatl/network/connection/tcpmtproxy.py
softatl/network/connection/tcpobfuscated.py
softatl/sessions/__init__.py
softatl/sessions/abstract.py
softatl/sessions/memory.py
softatl/sessions/sqlite.py
softatl/sessions/string.py
softatl/tl/__init__.py
softatl/tl/alltlobjects.py
softatl/tl/tlobject.py
softatl/tl/core/__init__.py
softatl/tl/core/gzippacked.py
softatl/tl/core/messagecontainer.py
softatl/tl/core/rpcresult.py
softatl/tl/core/tlmessage.py
softatl/tl/custom/__init__.py
softatl/tl/custom/adminlogevent.py
softatl/tl/custom/button.py
softatl/tl/custom/chatgetter.py
softatl/tl/custom/conversation.py
softatl/tl/custom/dialog.py
softatl/tl/custom/draft.py
softatl/tl/custom/file.py
softatl/tl/custom/forward.py
softatl/tl/custom/inlinebuilder.py
softatl/tl/custom/inlineresult.py
softatl/tl/custom/inlineresults.py
softatl/tl/custom/inputsizedfile.py
softatl/tl/custom/message.py
softatl/tl/custom/messagebutton.py
softatl/tl/custom/participantpermissions.py
softatl/tl/custom/qrlogin.py
softatl/tl/custom/sendergetter.py
softatl/tl/functions/__init__.py
softatl/tl/functions/account.py
softatl/tl/functions/auth.py
softatl/tl/functions/bots.py
softatl/tl/functions/channels.py
softatl/tl/functions/contacts.py
softatl/tl/functions/folders.py
softatl/tl/functions/help.py
softatl/tl/functions/langpack.py
softatl/tl/functions/messages.py
softatl/tl/functions/payments.py
softatl/tl/functions/phone.py
softatl/tl/functions/photos.py
softatl/tl/functions/stats.py
softatl/tl/functions/stickers.py
softatl/tl/functions/updates.py
softatl/tl/functions/upload.py
softatl/tl/functions/users.py
softatl/tl/patched/__init__.py
softatl/tl/types/__init__.py
softatl/tl/types/account.py
softatl/tl/types/auth.py
softatl/tl/types/channels.py
softatl/tl/types/contacts.py
softatl/tl/types/help.py
softatl/tl/types/messages.py
softatl/tl/types/payments.py
softatl/tl/types/phone.py
softatl/tl/types/photos.py
softatl/tl/types/stats.py
softatl/tl/types/stickers.py
softatl/tl/types/storage.py
softatl/tl/types/updates.py
softatl/tl/types/upload.py
softatl/tl/types/users.py