From 6ab3fbc1bac849b6716181d21ed35da2eb1a2404 Mon Sep 17 00:00:00 2001 From: levlam Date: Tue, 30 Apr 2019 01:44:47 +0300 Subject: [PATCH] Add nativescript-tglib to the list of examples. GitOrigin-RevId: d11beda5f5639b7e9fcc4706a70a6b8c78f6a081 --- example/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/example/README.md b/example/README.md index fa9ca2dc3..207664e29 100644 --- a/example/README.md +++ b/example/README.md @@ -58,7 +58,11 @@ For example, take a look at [tdl](https://github.com/Bannerets/tdl), which provi at [Airgram](https://github.com/airgram/airgram) - modern TDLib framework for TypeScript/JavaScript. You can also see [node-tdlib](https://github.com/wfjsw/node-tdlib), [tglib](https://github.com/nodegin/tglib), -[Paper Plane](https://github.com/BlackSuited/paper-plane) and [example/javascript](https://github.com/tdlib/td/tree/master/example/javascript) for other examples of TDLib JSON interface integration with Node.js. +[Paper Plane](https://github.com/BlackSuited/paper-plane) and [example/javascript](https://github.com/tdlib/td/tree/master/example/javascript) for other examples +of TDLib JSON interface integration with Node.js. + +TDLib can be used also from NativeScript through the [JSON](https://github.com/tdlib/td#using-json) interface. +See [nativescript-tglib](https://github.com/arpit2438735/nativescript-tglib) as an example of a NativeScript library for building Telegram clients. ## Using TDLib in Go projects