mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
version update
This commit is contained in:
parent
75222b8af0
commit
5adca3b1d3
2 changed files with 2 additions and 2 deletions
|
|
@ -44,4 +44,4 @@ __all__ = (
|
|||
)
|
||||
|
||||
__version__ = '2.11.3'
|
||||
__api_version__ = '5.0'
|
||||
__api_version__ = '5.1'
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@ class Methods(Helper):
|
|||
"""
|
||||
Helper for Telegram API Methods listed on https://core.telegram.org/bots/api
|
||||
|
||||
List is updated to Bot API 5.0
|
||||
List is updated to Bot API 5.1
|
||||
"""
|
||||
mode = HelperMode.lowerCamelCase
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue