mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Telegram API 5.3 (#610)
* docs: api version update * feat: personalized commands * feat: custom placeholders * refactor: ChatMember split * fix: old names for ChatMemberStatus * refactor: renamed kickChatMember to banChatMember * style: align params * refactor: renamed getChatMembersCount to getChatMemberCount (#614) * feat: resolve ChatMember * refactor: renamed BotCommandScopeTypes (similar to code style) * refactor: resolve is a static method * Construct BotCommandScope from type * Make BotCommandScope classmethod instead of method * Use classmethod for ChatMember resolve method Co-authored-by: Hoi Dmytro <dmytro.hoi@gmail.com> Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
This commit is contained in:
parent
e70a76ff63
commit
f18e4491c2
14 changed files with 455 additions and 126 deletions
|
|
@ -22,7 +22,7 @@ Welcome to aiogram's documentation!
|
|||
:target: https://pypi.python.org/pypi/aiogram
|
||||
:alt: Supported python versions
|
||||
|
||||
.. image:: https://img.shields.io/badge/Telegram%20Bot%20API-5.2-blue.svg?style=flat-square&logo=telegram
|
||||
.. image:: https://img.shields.io/badge/Telegram%20Bot%20API-5.3-blue.svg?style=flat-square&logo=telegram
|
||||
:target: https://core.telegram.org/bots/api
|
||||
:alt: Telegram Bot API
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue