diff --git a/readthedocs/extra/developing/telegram-api-in-other-languages.rst b/readthedocs/extra/developing/telegram-api-in-other-languages.rst index 44e45d51..7637282e 100644 --- a/readthedocs/extra/developing/telegram-api-in-other-languages.rst +++ b/readthedocs/extra/developing/telegram-api-in-other-languages.rst @@ -18,6 +18,14 @@ there by `@vysheng `__, `telegram-cli `__. Latest development has been moved to `BitBucket `__. +C++ +*** + +The newest (and official) library, written from scratch, is called +`tdlib `__ and is what the Telegram X +uses. You can find more information in the official documentation, +published `here `__. + JavaScript ********** @@ -52,13 +60,14 @@ Python A fairly new (as of the end of 2017) Telegram library written from the ground up in Python by `@delivrance `__ and his -`Pyrogram `__ library! No hard -feelings Dan and good luck dealing with some of your users ;) +`Pyrogram `__ library. +There isn't really a reason to pick it over Telethon and it'd be kinda +sad to see you go, but it would be nice to know what you miss from each +other library in either one so both can improve. Rust **** Yet another work-in-progress implementation, this time for Rust thanks to `@JuanPotato `__ under the fancy -name of `Vail `__. This one is very -early still, but progress is being made at a steady rate. +name of `Vail `__.