Updated Telegram API in Other Languages (markdown)

மனோஜ்குமார் பழனிச்சாமி 2020-11-01 07:47:21 +05:30
parent a956f8b7fd
commit e8033efa3e

@ -25,7 +25,7 @@ If you're looking for something like Telethon but in a different programming lan
## Language-Agnostic
[Taas](https://www.t-a-a-s.ru/) is a service that lets you use Telegram API with any HTTP client via API. Using tdlib under the hood, Taas is commercial service, but allows free access if you use under 5000 requests per month.
[Taas](https://www.t-a-a-s.ru/) is a service that lets you use Telegram API with any HTTP client via API. Using tdlib under the hood, Taas is a commercial service but allows free access if you use under 5000 requests per month.
## PHP
@ -33,9 +33,8 @@ If you're looking for something like Telethon but in a different programming lan
## Python
* [Pyrogram](https://github.com/pyrogram/pyrogram) made by [@delivrance](https://github.com/delivrance), written from the ground up in Python and released in late-2017.
* [Telethon](https://github.com/LonamiWebs/Telethon) made by [@Lonami](https://github.com/Lonami), a project used by the author to learn Python that got a bit out of hands ;)
* [Pyrogram](https://github.com/pyrogram/pyrogram) made by [@delivrance](https://github.com/delivrance), written from the ground up in Python and released on December 12, 2017. The actual work on the framework began roughly three months prior to the initial public release on [Github](https://github.com/pyrogram/pyrogram).First commit: 05 December 2017 [Source](https://docs.pyrogram.org/faq#how-old-is-pyrogram)
* [Telethon](https://github.com/LonamiWebs/Telethon) made by [@Lonami](https://github.com/Lonami), a project used by the author to learn Python that got a bit out of hands ;) First commit: August 26, 2016
## Rust
* [grammers](https://github.com/Lonami/grammers) made by the [same author as Telethon's](https://github.com/Lonami)! It looks like they just can't stop doing things with Telegram…