mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added changelog
This commit is contained in:
parent
8fdbd30d73
commit
a365858d63
1 changed files with 8 additions and 0 deletions
8
CHANGES/1551.feature.rst
Normal file
8
CHANGES/1551.feature.rst
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
Added full support of `Bot API 7.8 <https://core.telegram.org/bots/api-changelog#july-31-2024>`_
|
||||
|
||||
- Added the field :code:`has_main_web_app` to the class :class:`aiogram.types.user.User`,
|
||||
which is returned in the response to :class:`aiogram.methods.get_me.GetMe`.
|
||||
- Added the parameter :code:`business_connection_id` to the methods
|
||||
:class:`aiogram.methods.pin_chat_message.PinChatMessage`
|
||||
and :class:`aiogram.methods.unpin_chat_message.UnpinChatMessage`,
|
||||
allowing bots to manage pinned messages on behalf of a business account.
|
||||
Loading…
Add table
Add a link
Reference in a new issue