uk
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.

Показати більше
Країна не вказанаТехнології та додатки29 160
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