Add a note about Pyrogram's deprecation

Kia 2025-09-01 16:42:50 +03:30
parent dc7c168d84
commit df57e07ac8

@ -33,8 +33,11 @@ If you're looking for something like Telethon but in a different programming lan
## Python ## 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) * [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 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
## Ruby ## Ruby