diff --git a/readthedocs/concepts/botapi-vs-mtproto.rst b/readthedocs/concepts/botapi-vs-mtproto.rst index 75353a4a..8c2f9479 100644 --- a/readthedocs/concepts/botapi-vs-mtproto.rst +++ b/readthedocs/concepts/botapi-vs-mtproto.rst @@ -66,8 +66,8 @@ things, you will be able to easily login as a user and even keep your bot without having to learn a new library. If less overhead and full control didn't convince you to use Telethon yet, -check out the repository `HTTP Bot API vs MTProto comparison`_ with a more -exhaustive and up-to-date list of differences. +check out the wiki page `MTProto vs HTTP Bot API`_ with a more exhaustive +and up-to-date list of differences. Migrating from Bot API to Telethon @@ -323,7 +323,7 @@ Key differences: .. _Bot FAQ: https://core.telegram.org/bots/faq .. _tdlib: https://core.telegram.org/tdlib .. _MTProto: https://core.telegram.org/mtproto -.. _HTTP Bot API vs MTProto comparison: https://github.com/telegram-mtproto/botapi-comparison +.. _MTProto vs HTTP Bot API: https://github.com/LonamiWebs/Telethon/wiki/MTProto-vs-HTTP-Bot-API .. _requests: https://pypi.org/project/requests/ .. _python-telegram-bot: https://python-telegram-bot.readthedocs.io .. _pyTelegramBotAPI: https://github.com/eternnoir/pyTelegramBotAPI diff --git a/readthedocs/developing/telegram-api-in-other-languages.rst b/readthedocs/developing/telegram-api-in-other-languages.rst index d77ebaa9..3db1ec9f 100644 --- a/readthedocs/developing/telegram-api-in-other-languages.rst +++ b/readthedocs/developing/telegram-api-in-other-languages.rst @@ -68,6 +68,10 @@ 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 +The `grammers `__ library is made by +the `same author as Telethon's `__! If you are +looking for a Telethon alternative written in Rust, this is a valid option! + +Another older, work-in-progress implementation, on Rust is made by +`@JuanPotato `__ under the fancy name of `Vail `__.