Update "in other languages"

This commit is contained in:
Lonami Exo 2018-02-28 10:37:22 +01:00
parent 6faa24099b
commit 981983f96f

View File

@ -18,6 +18,14 @@ there by `@vysheng <https://github.com/vysheng>`__,
`telegram-cli <https://github.com/vysheng/tg>`__. Latest development `telegram-cli <https://github.com/vysheng/tg>`__. Latest development
has been moved to `BitBucket <https://bitbucket.org/vysheng/tdcli>`__. has been moved to `BitBucket <https://bitbucket.org/vysheng/tdcli>`__.
C++
***
The newest (and official) library, written from scratch, is called
`tdlib <https://github.com/tdlib/td>`__ and is what the Telegram X
uses. You can find more information in the official documentation,
published `here <https://core.telegram.org/tdlib/docs/>`__.
JavaScript JavaScript
********** **********
@ -52,13 +60,14 @@ Python
A fairly new (as of the end of 2017) Telegram library written from the A fairly new (as of the end of 2017) Telegram library written from the
ground up in Python by ground up in Python by
`@delivrance <https://github.com/delivrance>`__ and his `@delivrance <https://github.com/delivrance>`__ and his
`Pyrogram <https://github.com/pyrogram/pyrogram>`__ library! No hard `Pyrogram <https://github.com/pyrogram/pyrogram>`__ library.
feelings Dan and good luck dealing with some of your users ;) 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 Rust
**** ****
Yet another work-in-progress implementation, this time for Rust thanks Yet another work-in-progress implementation, this time for Rust thanks
to `@JuanPotato <https://github.com/JuanPotato>`__ under the fancy to `@JuanPotato <https://github.com/JuanPotato>`__ under the fancy
name of `Vail <https://github.com/JuanPotato/Vail>`__. This one is very name of `Vail <https://github.com/JuanPotato/Vail>`__.
early still, but progress is being made at a steady rate.