From 0f1f655e5d45f3f15cc25b36511e13824f2f7663 Mon Sep 17 00:00:00 2001 From: Komron Aripov Date: Wed, 29 Apr 2020 15:42:59 +0200 Subject: [PATCH] Fix some missing things in the docs listing other libraries (#1445) --- readthedocs/developing/telegram-api-in-other-languages.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readthedocs/developing/telegram-api-in-other-languages.rst b/readthedocs/developing/telegram-api-in-other-languages.rst index cdb81eb2..63767c15 100644 --- a/readthedocs/developing/telegram-api-in-other-languages.rst +++ b/readthedocs/developing/telegram-api-in-other-languages.rst @@ -10,7 +10,7 @@ understand the official Telegram documentation) on several languages (even more Python too), listed below: C -* += Possibly the most well-known unofficial open source implementation out there by `@vysheng `__, @@ -31,6 +31,9 @@ JavaScript `Ali Gasymov `__ made the `@mtproto/core `__ library for the browser and nodejs installable via `npm `__. +`painor `__ is the primary author of `gramjs `__, +a Telegram client implementation in JavaScript. + Kotlin ======