From b9e0d07e07c4f2e26adac25a7156ca020aaeec71 Mon Sep 17 00:00:00 2001 From: Ivan Lis <30384269+IvanLisRus@users.noreply.github.com> Date: Sat, 19 Feb 2022 18:27:39 +0300 Subject: [PATCH] Update README.md Add TDLib bindings for LabVIEW --- example/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/example/README.md b/example/README.md index 86233e2a8..5e1059a3f 100644 --- a/example/README.md +++ b/example/README.md @@ -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) @@ -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). + +## 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. + ## Using TDLib from other programming languages