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