ru
Feedback
aiogram live

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.

Больше
2 232
Подписчики
-224 часа
+197 дней
+6930 день

Загрузка данных...

Облако тегов
Нет данных
Возникли проблемы? Пожалуйста, обновите страницу или обратитесь к нашему support-менеджеру .
Входящие и исходящие упоминания
---
---
---
---
---
---
Привлечение подписчиков
июль '26
июль '26
+19
в 0 каналах
июнь '26
+122
в 0 каналах
Get PRO
май '26
+80
в 0 каналах
Get PRO
апрель '26
+72
в 1 каналах
Get PRO
март '26
+72
в 1 каналах
Get PRO
февраль '26
+112
в 0 каналах
Get PRO
январь '26
+51
в 0 каналах
Get PRO
декабрь '25
+48
в 0 каналах
Get PRO
ноябрь '25
+50
в 0 каналах
Get PRO
октябрь '25
+59
в 0 каналах
Get PRO
сентябрь '25
+39
в 0 каналах
Get PRO
август '25
+47
в 0 каналах
Get PRO
июль '25
+34
в 0 каналах
Get PRO
июнь '25
+29
в 0 каналах
Get PRO
май '25
+52
в 0 каналах
Get PRO
апрель '25
+57
в 0 каналах
Get PRO
март '25
+55
в 1 каналах
Get PRO
февраль '25
+28
в 0 каналах
Get PRO
январь '25
+42
в 0 каналах
Get PRO
декабрь '24
+44
в 0 каналах
Get PRO
ноябрь '24
+107
в 1 каналах
Get PRO
октябрь '24
+92
в 0 каналах
Get PRO
сентябрь '24
+68
в 0 каналах
Get PRO
август '24
+78
в 0 каналах
Get PRO
июль '24
+83
в 0 каналах
Get PRO
июнь '24
+87
в 0 каналах
Get PRO
май '24
+108
в 0 каналах
Get PRO
апрель '24
+85
в 0 каналах
Get PRO
март '24
+72
в 0 каналах
Get PRO
февраль '24
+76
в 0 каналах
Get PRO
январь '24
+62
в 0 каналах
Get PRO
декабрь '23
+45
в 1 каналах
Get PRO
ноябрь '23
+49
в 1 каналах
Get PRO
октябрь '23
+43
в 0 каналах
Get PRO
сентябрь '23
+62
в 0 каналах
Get PRO
август '23
+100
в 0 каналах
Get PRO
июль '23
+71
в 0 каналах
Get PRO
июнь '23
+63
в 0 каналах
Get PRO
май '23
+52
в 0 каналах
Get PRO
апрель '23
+65
в 0 каналах
Get PRO
март '23
+87
в 0 каналах
Get PRO
февраль '23
+79
в 0 каналах
Get PRO
январь '23
+92
в 0 каналах
Get PRO
декабрь '22
+80
в 0 каналах
Get PRO
ноябрь '22
+76
в 0 каналах
Get PRO
октябрь '22
+92
в 0 каналах
Get PRO
сентябрь '22
+50
в 0 каналах
Get PRO
август '22
+79
в 0 каналах
Get PRO
июль '22
+78
в 0 каналах
Get PRO
июнь '22
+61
в 0 каналах
Get PRO
май '22
+89
в 0 каналах
Get PRO
апрель '22
+122
в 0 каналах
Get PRO
март '22
+60
в 0 каналах
Get PRO
февраль '22
+58
в 0 каналах
Get PRO
январь '22
+81
в 0 каналах
Get PRO
декабрь '21
+77
в 0 каналах
Get PRO
ноябрь '21
+57
в 0 каналах
Get PRO
октябрь '21
+46
в 0 каналах
Get PRO
сентябрь '21
+56
в 0 каналах
Get PRO
август '21
+60
в 0 каналах
Get PRO
июль '21
+60
в 0 каналах
Get PRO
июнь '21
+51
в 0 каналах
Get PRO
май '21
+47
в 0 каналах
Get PRO
апрель '21
+39
в 0 каналах
Get PRO
март '21
+40
в 0 каналах
Get PRO
февраль '21
+33
в 0 каналах
Get PRO
январь '21
+50
в 0 каналах
Get PRO
декабрь '20
+355
в 0 каналах
Дата
Привлечение подписчиков
Упоминания
Каналы
04 июля+4
03 июля+6
02 июля+6
01 июля+3
Посты канала
🐞 aiogram 3.29.1 is here Fixed severe (exponential) slowdown when validating nested RichBlock structures (e.g. nested blockquote/collage/details blocks). Subtype unions whose members share a unique constant tag field (RichBlockUnion, ReactionTypeUnion, ChatMemberUnion, MessageOriginUnion and others) are now generated as Pydantic discriminated unions keyed on that field (type/status/source), so the correct member is selected directly instead of being found via smart-union backtracking. Full changelog: https://docs.aiogram.dev/en/latest/changelog.html You can install this version from PyPI: pip install -U aiogram

2
🤖 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 aiogram
2 156
3
🐛 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 aiogram
0
4
🤖 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 aiogram
0
5
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!
0