diff options
| author | levlam <levlam@telegram.org> | 2025-10-16 15:03:50 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2025-10-16 15:03:50 +0300 |
| commit | 36b05e9e0310c9a32ae6cb807fe22c96600f6061 (patch) | |
| tree | 574b7133f3a8f816bfb374dfce7939e6daf4c85c /example | |
| parent | 4f4df7c6436085391e0b6d74cc7a54cf274c7edf (diff) | |
Add Assembly to build instructions generator.
Diffstat (limited to 'example')
| -rw-r--r-- | example/README.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/example/README.md b/example/README.md index 295ce40c5..090d90941 100644 --- a/example/README.md +++ b/example/README.md @@ -9,7 +9,6 @@ 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) @@ -36,16 +35,10 @@ Choose your preferred programming language to see examples of usage and a detail - [Vala](#vala) - [1ะก](#1s) - [C](#c) +- [Assembly languages](#assembly) - [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 @@ -311,6 +304,13 @@ See [easy-tg](https://github.com/Trumeet/easy-tg) for an example of such usage. You can also try to use our [C](https://github.com/tdlib/td/blob/master/td/telegram/td_c_client.h) client, which was used by the private TDLib-based version of [telegram-cli](https://github.com/vysheng/tg). +<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="g"></a> ## Using TDLib from G projects |
