XADMIN.DEV

Aiogram 3.6.0

Май 7, 2024 Aiogram3 Aiogram3 0 Comment

What's Changed

  • Full support of Bot API 7.3 by @JrooTJunior in #1480
  • Added message serialisation and deserialization block in 2.x -> 3.x migration guide by @DanZ-ix in #1479

Read More


3.4.1 [UNRELEASED DRAFT] (2024-02-26)

Февраль 26, 2024 Aiogram3 Aiogram3 0 Comment

Bugfixes

    • WebAppUser Class Fields: Added missing is_premium, added_to_attachment_menu, and allows_write_to_pm fields to WebAppUser class to align with the Telegram API.

    • WebAppChat Class Implementation: Introduced the WebAppChat class with all its fields (id, type, title, username, and photo_url) as specified in the Telegram API, which was previously missing from the library.

    • WebAppInitData Class Fields: Included previously omitted fields in the WebAppInitData class: chat, chat_type, chat_instance, to match the official documentation for a complete Telegram Web Apps support.

Read More


3.4.0 [UNRELEASED DRAFT]

Январь 27, 2024 Aiogram3 Aiogram3 0 Comment

Features

  • Reworked bot-wide globals like parse_mode, disable_web_page_preview, and others to be more flexible. #1392

  • A new enum KeyboardButtonPollTypeType for KeyboardButtonPollTypeType.type field has bed added. #1398

Bugfixes

  • Update KeyboardBuilder utility, fixed type-hints for button method, adjusted limits of the different markup types to real world values. #1399

Read More