diff --git a/Telegram-API-in-Other-Languages.md b/Telegram-API-in-Other-Languages.md index 21d3aae..857579f 100644 --- a/Telegram-API-in-Other-Languages.md +++ b/Telegram-API-in-Other-Languages.md @@ -33,11 +33,9 @@ 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 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) -Deprecation date: December 23, 2024 [Source](https://github.com/pyrogram/pyrogram/commit/30de1e21e3e8b5949971ba0bba56bb818ba43b71). +* [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). Deprecation date: December 23, 2024 [(Source)](https://github.com/pyrogram/pyrogram/commit/30de1e21e3e8b5949971ba0bba56bb818ba43b71). -* [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 +* [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. ## Ruby