aiogram live
رفتن به کانال در Telegram
aiogram - is are pretty simple and fully asynchronously library for Telegram Bot API written in Python 3.9 with asyncio and aiohttp. It helps to make your bots more faster and simpler.
نمایش بیشترکشور مشخص نشده استفناوری و برنامهها29 382
2 226
مشترکین
+624 ساعت
+257 روز
+6930 روز
آرشیو پست ها
2 226
🤖 aiogram 3.29.0 is here
Full support for Bot API 10.1 has been added. Your bot can now send rich formatted messages — because plain text is so 2024. 📝
The headline feature is Rich Messages: a brand new message type with a full document-like structure. Think headings, code blocks, tables, collages, slideshows, maps, math expressions, footnotes, pull quotes, expandable sections, and even an AI thinking block. Send them with
sendRichMessage or stream a draft live to the user while it's still being generated with sendRichMessageDraft.
Join Request Queries get a serious upgrade too: bots can now process join requests interactively — including showing a Mini App to the user before deciding their fate. The ChatJoinRequest object gains a query_id, and new shortcuts make it trivial to wire up.
Polls also received a small but useful addition: a Link type for attaching hyperlinks to poll media options.
Full changelog: https://docs.aiogram.dev/en/latest/changelog.html
✨ Star this message if your users deserve more than plain text.
You can install this version from PyPI: pip install -U aiogram2 226
🐛 aiogram 3.28.1
Turns out media in poll options wasn't actually working after our big 3.28.0 update. Oops. 🙈
The culprit? Bot API 10.0 quietly introduced some overlapping type relationships that our code generation tool didn't expect — previously every type had exactly one parent, clean and simple. This time Telegram decided to get creative with the hierarchy, the codegen missed it, and polls paid the price.
Fixed the generator, regenerated the types, and now your polls can have their pictures. (#1808)
⭐ Star this message if aiogram saves you time.
You can install this version from PyPI:
pip install -U aiogram2 226
🤖 aiogram 3.28.0 is here
Full support for Bot API 10.0 has been added.
Your bot can now crash other people's chats as a guest — because why knock when you can just walk in? 👻
The big highlight is Guest Mode: bots can now receive messages and send replies in chats they're not even a member of. Truly the era of uninvited bot opinions.
Polls got a serious glow-up too: media in poll options and quiz explanations,
members_only restriction, per-country filtering, and you can finally create a poll with just one option. Perfect for those "are you sure?" confirmations. ✅
Live Photos land as first-class citizens — send, receive, and use them in media groups and paid media.
Full changelog: https://docs.aiogram.dev/en/latest/changelog.html
✨ Star this message if your bot has ever been somewhere it wasn't invited.
You can install this version from PyPI: pip install -U aiogram2 226
Hey everyone! 👋
I'd love to get your thoughts and feedback on two feature proposals that came from members of our community:
1. Media Group Aggregation → https://github.com/aiogram/aiogram/pull/1777
This has been one of the most requested features for a long time, and we finally have a proposal that looks like it could scale well. Would love to know what you think!
2. OpenTelemetry / Sentry Integration Interface → https://github.com/aiogram/aiogram/pull/1787
Observability is at the heart of any production-ready system, and having first-class support for it out of the box feels like a real step toward maturity for the library.
If you have a moment, I'd really appreciate your opinions — either here in the thread or, even better, as comments directly on the GitHub PRs. And if you've had a chance to try either of these out in your own projects, your real-world test results would be incredibly valuable to the whole community. 🙏
Thanks so much for being part of this — your input genuinely shapes the direction of the project!
2 226
🤖 aiogram 3.27.0 is here
Full support for Bot API 9.6 has been added. Your bot can now manage other bots — because why do the work yourself when you can delegate it to a bot? 🧠
Polls also got a big upgrade: multiple correct answers, revoting, user-added options, and descriptions. 📊l
Full changelog: https://docs.aiogram.dev/en/latest/changelog.html
✨ Star this message if your bot's bot deserves a Star.
You can install this version from pypi:
pip install -U aiogram2 226
✏️ aiogram 3.26.0 is here
Added full support for Bot API 9.5, allowing you to easily tag all participants in your chats.
Full changelog: https://docs.aiogram.dev/en/latest/changelog.html
⭐Star this message if you enjoy creating bots. ✨
You can install this version from pypi:
pip install -U aiogram2 226
✏️ aiogram 3.25.0 is here
Full support for Bot API 9.4 has been added, from now on, your bots can send colored buttons with custom icons on it 👍.
Full changelog: https://docs.aiogram.dev/en/latest/changelog.html
Excited about the new features? Then Star⭐️ this message!
You can install this version from pypi:
pip install -U aiogram2 226
✏️ aiogram 3.24.0 is here
Full support for Bot API 9.3 has been added, so you can now use topics in your bots' private chats with sending draft messages.
Full changelog: https://docs.aiogram.dev/en/latest/changelog.html
Enjoying the new features? Drop a Star⭐️ on this message!
You can install this version from pypi:
pip install -U aiogram2 226
✨ aiogram 3.23.0 is here
Added support of Python 3.14, dropped compatibility with 3.9
Full changelog: https://docs.aiogram.dev/en/latest/changelog.html
⭐ Star this message if you've been waiting for this for two months. If not, it would be good to tip a star too. 🙏
You can install this version from pypi:
pip install -U aiogram2 226
✨ aiogram 3.22.0 is here
Added full support of Bot API 9.2
Full changelog: https://docs.aiogram.dev/en/latest/changelog.html
This release took late night. If it helps your project, a small tip via ⭐Stars under this post means a lot! 🙏
You can install this version from pypi:
pip install -U aiogram2 226
✈️ aiogram 3.21.0 is here
Added full support of Bot API 9.1
Full changelog: https://docs.aiogram.dev/en/latest/changelog.html
You can install this version from pypi:
pip install -U aiogram2 226
🕊 aiogram 3.20.0 is here
Added full support of Bot API 9.0
Updated Pydantic up to 2.11, significantly reduces memory usage and startup time.
As well as other bug fixes and improvements.
Full changelog: https://docs.aiogram.dev/en/latest/changelog.html
You can install this version from pypi:
pip install -U aiogram2 226
🕊 aiogram 3.19.0 is here
Bugfixes and improvements.
Full changelog: https://docs.aiogram.dev/en/latest/changelog.html
You can install this version from pypi:
pip install -U aiogram2 226
🌷 aiogram 3.18.0 is here
🆕Added full support of Bot API 8.3
Full changelog: https://docs.aiogram.dev/en/stable/changelog.html
You can install this version from pypi:
pip install -U aiogram2 226
🎁 aiogram 3.17.0 is here
🆕Added full support of Bot API 8.2
Full changelog: https://docs.aiogram.dev/en/stable/changelog.html
You can install this version from pypi:
pip install -U aiogram2 226
💣 aiogram 3.16.0 is here
🆕Added full support of Bot API 8.1
Full changelog: https://docs.aiogram.dev/en/stable/changelog.html
You can install this version from pypi:
pip install -U aiogram2 226
🚀 aiogram 3.15.0 is here
🆕Added full support of Bot API 8.0
Full changelog: https://docs.aiogram.dev/en/stable/changelog.html
You can install this version from pypi:
pip install -U aiogram2 226
✈️ aiogram 3.14.0 is here
🆕Added full support of Bot API 7.11
⚡️Checked compatibility with Python 3.13
⚠️Dropped compatibility with Python 3.8 as mentioned before.
Full changelog: https://docs.aiogram.dev/en/stable/changelog.html
You can install this version from pypi:
pip install -U aiogram2 226
🪲 aiogram v3.13.1 is here
Fixed compatibility with latest pydantic version
Changelog: https://docs.aiogram.dev/en/latest/changelog.html
Python 3.8 End of Life: Python 3.8 will reach its end of life (EOL) soon and will no longer be supported by aiogram in the next releases (1-2 months ETA). Please upgrade to a newer version of Python to ensure compatibility and receive future updates.You can install this version from pypi:
pip install -U aiogram
اکنون در دسترس! پژوهش تلگرام ۲۰۲۵ — مهمترین بینشهای سال 
