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 ======