From df57e07ac811a7c2a8e4e18f78cd3c699dc82dbf Mon Sep 17 00:00:00 2001 From: Kia Date: Mon, 1 Sep 2025 16:42:50 +0330 Subject: [PATCH] Add a note about Pyrogram's deprecation --- Telegram-API-in-Other-Languages.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Telegram-API-in-Other-Languages.md b/Telegram-API-in-Other-Languages.md index fc5e236..21d3aae 100644 --- a/Telegram-API-in-Other-Languages.md +++ b/Telegram-API-in-Other-Languages.md @@ -33,8 +33,11 @@ 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) -* [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 +* [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 ## Ruby