mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
* chore: bump version 5.5 * feat: add banChatSenderChat and unbanChatSenderChat Added the methods banChatSenderChat and unbanChatSenderChat for banning and unbanning channel chats in supergroups and channels. * feat: add has_private_forwards Added the field has_private_forwards to the class Chat for private chats, which can be used to check the possibility of mentioning the user by their ID. * feat: add has_protected_content Added the field has_protected_content to the classes Chat and Message. * feat: add is_automatic_forward Added the field is_automatic_forward to the class Message. * feat: add shortcuts Added Chat.ban_sender_chat() and Chat.unban_sender_chat() shortcuts. * docs: add new methods Source |
||
|---|---|---|
| .. | ||
| dispatcher | ||
| examples | ||
| static | ||
| telegram | ||
| utils | ||
| conf.py | ||
| contribution.rst | ||
| index.rst | ||
| install.rst | ||
| links.rst | ||
| migration_1_to_2.rst | ||
| quick_start.rst | ||