aiogram live
2.02K subscribers
3 photos
1 video
105 links
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.
Download Telegram
Released new version of aiogram v2.9.2

Fixed critical bugs in parse mode utils and Message.get_full_command()
Is highly recommended to update from v2.9 to v2.9.2!

I offer my deepest apologies if these issues touched you 🙈

Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.9.2
You can install new version from pypi: pip install -U aiogram
Released new version of aiogram v2.10.1

Fixed critical bug: AttributeError: 'NoneType' object has no attribute 'run_until_complete'

Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.10
You can install new version from pypi: pip install -U aiogram
Released new version of aiogram v2.11

Added full support of Telegram Bot API 5.0

If you want to use private API Server in Docker - published ready-to-use image: aiogram/telegram-bot-api

Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.11
You can install new version from pypi: pip install -U aiogram
Released new version of aiogram v2.11.1

If you want to use private API Server in Docker - published ready-to-use image: aiogram/telegram-bot-api
Today this image is also updated. Fixed permissions inside container for web-server temporary directory.

Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.11.1
You can install new version from pypi: pip install -U aiogram
Released new version of aiogram v2.11.2

Hotfixed default parse mode

Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.11.2
You can install new version from pypi: pip install -U aiogram
Released new version of aiogram v2.14.2

Here
is small fix of MemoryStorage

Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.14.2
You can install new version from pypi: pip install -U aiogram
Released new version of aiogram v2.17.1

Fixed unnecessary until_date argument in banChatSenderChat method, in due to Bot API docs has an bug (already fixed by Telegram devs) (#772)

Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.17.1
You can install new version from pypi: pip install -U aiogram