Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Also, take a look at our [Getting Started](https://core.telegram.org/tdlib/getti
TDLib can be easily used from almost any programming language on any platform. See a [TDLib build instructions generator](https://tdlib.github.io/td/build.html) for detailed instructions on how to build TDLib.
Choose your preferred programming language to see examples of usage and a detailed description:

- [Assembly languages](#assembly)
- [Python](#python)
- [JavaScript](#javascript)
- [Go](#go)
Expand Down Expand Up @@ -38,6 +39,13 @@ Choose your preferred programming language to see examples of usage and a detail
- [G](#g)
- [Other](#other)

<a name="assembly"></a>
## Using TDLib in Assembly projects

TDLib can be used from Assembly through the [JSON](https://github.com/tdlib/td#using-json) interface.

You can also see [nasm_tdjson_example](https://gist.github.com/isopen/41481eda87db2e6426af75be9d1f3748).

<a name="python"></a>
## Using TDLib in Python projects

Expand Down