LICENSE
README.md
pyproject.toml
sent/__init__.py
sent/functions.py
sent/types.py
sent/version.py
sent.egg-info/PKG-INFO
sent.egg-info/SOURCES.txt
sent.egg-info/dependency_links.txt
sent.egg-info/requires.txt
sent.egg-info/top_level.txt
sent/_codegen/__init__.py
sent/_codegen/generate.py
sent/_codegen/generator.py
sent/_codegen/parser.py
sent/client/__init__.py
sent/client/auth.py
sent/client/bots.py
sent/client/buttons.py
sent/client/chats.py
sent/client/conversation.py
sent/client/dialogs.py
sent/client/downloads.py
sent/client/entity.py
sent/client/message.py
sent/client/messages.py
sent/client/telegrambaseclient.py
sent/client/telegramclient.py
sent/client/updates.py
sent/client/uploads.py
sent/client/users.py
sent/crypto/__init__.py
sent/crypto/aes.py
sent/crypto/auth_key.py
sent/crypto/factorization.py
sent/crypto/mtproto2.py
sent/crypto/rsa.py
sent/crypto/srp.py
sent/errors/__init__.py
sent/errors/common.py
sent/errors/rpcbaseerrors.py
sent/errors/rpcerrorlist.py
sent/events/__init__.py
sent/events/album.py
sent/events/callbackquery.py
sent/events/chataction.py
sent/events/common.py
sent/events/inlinequery.py
sent/events/messagedeleted.py
sent/events/messageedited.py
sent/events/messageread.py
sent/events/newmessage.py
sent/events/raw.py
sent/events/userupdate.py
sent/network/authenticator.py
sent/network/dc.py
sent/network/mtprotosender.py
sent/network/mtprotostate.py
sent/network/requeststate.py
sent/network/connection/__init__.py
sent/network/connection/tcp.py
sent/sessions/__init__.py
sent/sessions/abstract.py
sent/sessions/memory.py
sent/sessions/sqlite.py
sent/sessions/string.py
sent/tl/__init__.py
sent/tl/alltlobjects.py
sent/tl/core.py
sent/tl/mtproto_types.py
sent/tl/serialization.py
sent/tl/tlobject.py
sent/tl/functions/__init__.py
sent/tl/functions/account.py
sent/tl/functions/aicompose.py
sent/tl/functions/all.py
sent/tl/functions/auth.py
sent/tl/functions/bots.py
sent/tl/functions/channels.py
sent/tl/functions/chatlists.py
sent/tl/functions/contacts.py
sent/tl/functions/folders.py
sent/tl/functions/fragment.py
sent/tl/functions/help.py
sent/tl/functions/langpack.py
sent/tl/functions/messages.py
sent/tl/functions/payments.py
sent/tl/functions/phone.py
sent/tl/functions/photos.py
sent/tl/functions/premium.py
sent/tl/functions/smsjobs.py
sent/tl/functions/stats.py
sent/tl/functions/stickers.py
sent/tl/functions/stories.py
sent/tl/functions/updates.py
sent/tl/functions/upload.py
sent/tl/functions/users.py
sent/tl/types/__init__.py
sent/tl/types/account.py
sent/tl/types/aicompose.py
sent/tl/types/all.py
sent/tl/types/auth.py
sent/tl/types/bots.py
sent/tl/types/channels.py
sent/tl/types/chatlists.py
sent/tl/types/contacts.py
sent/tl/types/fragment.py
sent/tl/types/help.py
sent/tl/types/messages.py
sent/tl/types/payments.py
sent/tl/types/phone.py
sent/tl/types/photos.py
sent/tl/types/premium.py
sent/tl/types/smsjobs.py
sent/tl/types/stats.py
sent/tl/types/stickers.py
sent/tl/types/storage.py
sent/tl/types/stories.py
sent/tl/types/updates.py
sent/tl/types/upload.py
sent/tl/types/users.py
test/test_mtproto.py