You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@ Also, take a look at our [Getting Started](https://core.telegram.org/tdlib/getti
9
9
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.
10
10
Choose your preferred programming language to see examples of usage and a detailed description:
11
11
12
-
-[Assembly languages](#assembly)
13
12
-[Python](#python)
14
13
-[JavaScript](#javascript)
15
14
-[Go](#go)
@@ -36,16 +35,10 @@ Choose your preferred programming language to see examples of usage and a detail
36
35
-[Vala](#vala)
37
36
-[1С](#1s)
38
37
-[C](#c)
38
+
-[Assembly languages](#assembly)
39
39
-[G](#g)
40
40
-[Other](#other)
41
41
42
-
<aname="assembly"></a>
43
-
## Using TDLib in Assembly projects
44
-
45
-
TDLib can be used from Assembly through the [JSON](https://github.com/tdlib/td#using-json) interface.
46
-
47
-
You can also see [nasm_tdjson_example](https://gist.github.com/isopen/41481eda87db2e6426af75be9d1f3748).
48
-
49
42
<aname="python"></a>
50
43
## Using TDLib in Python projects
51
44
@@ -311,6 +304,13 @@ See [easy-tg](https://github.com/Trumeet/easy-tg) for an example of such usage.
311
304
312
305
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).
313
306
307
+
<aname="assembly"></a>
308
+
## Using TDLib in Assembly projects
309
+
310
+
TDLib can be used from Assembly through the [JSON](https://github.com/tdlib/td#using-json) interface.
311
+
312
+
You can also see [nasm_tdjson_example](https://gist.github.com/isopen/41481eda87db2e6426af75be9d1f3748).
0 commit comments