Skip to content

Commit

Permalink
* Added aiotdlib in python examples (tdlib#1618)
Browse files Browse the repository at this point in the history
  • Loading branch information
pylakey authored Jul 26, 2021
1 parent a8e8208 commit ef69d17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ You can also try a fork [python-telegram](https://github.com/iTeam-co/python-tel
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.

If you want to use tdlib with asyncio take a look at [aiotdlib](https://github.com/pylakey/aiotdlib).
This wrapper also contains generator for all TDLib API types and functions. All generated types are properly documented from original TL Schema.
Additionally, aiotdlib provides set of helper methods which makes work with tdlib much simpler.

You can also check out [example/python/tdjson_example.py](https://github.com/tdlib/td/tree/master/example/python/tdjson_example.py) and
[tdlib-python](https://github.com/JunaidBabu/tdlib-python) for some very basic examples of TDLib JSON interface integration with Python.

Expand Down

0 comments on commit ef69d17

Please sign in to comment.