mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 16:15:51 +00:00
Added full support of Bot API 6.5 (#1112)
* Added full support of Bot API 6.5 * Shut up, linters (Fixed errors) * Oops. Added lost files. * Fixed tests * Added changes description * Update description from docs * Fixed anchors * Update Butcher * Added danger zone to changelog * Type
This commit is contained in:
parent
3428924d63
commit
e59d4652bf
47 changed files with 1218 additions and 184 deletions
6
CHANGES/1112.misc.rst
Normal file
6
CHANGES/1112.misc.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Added full support of `Bot API 6.5 <https://core.telegram.org/bots/api-changelog#february-3-2023>`_
|
||||
|
||||
.. danger::
|
||||
|
||||
Note that :obj:`aiogram.types.chat_permissions.ChatPermissions` is updated without
|
||||
backward compatibility, so now this object has no :code:`can_send_media_messages` attribute
|
||||
Loading…
Add table
Add a link
Reference in a new issue