diff options
| author | AYMENJD <53928879+AYMENJD@users.noreply.github.com> | 2025-12-07 17:11:11 +0300 |
|---|---|---|
| committer | Aliaksei Levin <22669599+levlam@users.noreply.github.com> | 2025-12-11 11:03:43 +0300 |
| commit | 7864f96a39d9a2a20d578cb107446b3f33550985 (patch) | |
| tree | c24046d20b50f5aec65f776aa5c5329816301af9 /example | |
| parent | 2a83e15fb4563a31e17d72ee0f235273202b80fd (diff) | |
Update example.
Diffstat (limited to 'example')
| -rw-r--r-- | example/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/README.md b/example/README.md index 52544db30..90e8a07d5 100644 --- a/example/README.md +++ b/example/README.md @@ -50,7 +50,7 @@ If you use Python >= 3.6, take a look at [python-telegram](https://github.com/al The wrapper uses the full power of asyncio, has a good documentation and has several examples. It can be installed through pip or used in a Docker container. You can also try a fork [python-telegram](https://github.com/iTeam-co/pytglib) of this library. -If you want to use TDLib with asyncio and Python >= 3.9, take a look at [aiotdlib](https://github.com/pylakey/aiotdlib) or [Pytdbot](https://github.com/pytdbot/client). +If you want to use TDLib with asyncio and Python >= 3.9, take a look at [aiotdlib](https://github.com/pylakey/aiotdlib) or [Pytdbot](https://github.com/pytdbot/client) (built on [AYMENJD/tdjson](https://github.com/AYMENJD/tdjson), a high-performance TDLib binding). For older Python versions you can use [pytdlib](https://github.com/pytdlib/pytdlib). This wrapper contains generator for TDLib API classes and basic interface for interaction with TDLib. |
