Update README.md

Add TDLib bindings for LabVIEW
This commit is contained in:
Ivan Lis 2022-02-19 18:27:39 +03:00 committed by Aliaksei Levin
parent acf30d3700
commit b9e0d07e07

View File

@ -34,6 +34,7 @@ Choose your preferred programming language to see examples of usage and a detail
- [Elixir](#elixir)
- [1С](#1s)
- [C](#c)
- [LabVIEW](#labview)
- [Other](#other)
<a name="python"></a>
@ -284,6 +285,13 @@ TDLib can be used from the C programming language through the [JSON](https://git
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="labview"></a>
## Using TDLib from LabVIEW projects
TDLib can be used from the LabVIEW programming language.
See [TDLib bindings for LabVIEW](https://github.com/IvanLisRus/Telegram-Client_TDLib) for examples of such usage.
<a name="other"></a>
## Using TDLib from other programming languages