.editorconfig
.gitignore
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
pylintrc
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/dependabot.yml
.github/stale.yml
.github/workflows/codeql-analysis.yml
.github/workflows/tests.yml
docs/Makefile
docs/requirements.txt
docs/source/changelog.rst
docs/source/conf.py
docs/source/index.rst
docs/source/modules.rst
docs/source/non_blocking_login.rst
docs/source/proxy.rst
docs/source/tdlib.rst
docs/source/telegram.rst
docs/source/tutorial.rst
docs/source/_templates/about.html
docs/source/_templates/navigation.html
examples/bot_login.py
examples/chat_stats.py
examples/clear_group_messages.py
examples/echo_bot.py
examples/get_instant_view.py
examples/get_me.py
examples/get_me_non_blocking_login.py
examples/send_message.py
examples/utils.py
python_telegram_client.egg-info/PKG-INFO
python_telegram_client.egg-info/SOURCES.txt
python_telegram_client.egg-info/dependency_links.txt
python_telegram_client.egg-info/requires.txt
python_telegram_client.egg-info/top_level.txt
teleclient/__init__.py
teleclient/client.py
teleclient/tdjson.py
teleclient/text.py
teleclient/utils.py
teleclient/worker.py
teleclient/lib/darwin/libtdjson.dylib
teleclient/lib/linux/libtdjson.so
tests/__init__.py
tests/requirements.txt
tests/test_tdjson.py
tests/test_telegram_methods.py
tests/test_utils.py