mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
docs: bump tg api version
This commit is contained in:
parent
583f00ce31
commit
3d30581657
4 changed files with 5 additions and 5 deletions
|
|
@ -43,5 +43,5 @@ __all__ = (
|
|||
'utils',
|
||||
)
|
||||
|
||||
__version__ = '2.17.1'
|
||||
__api_version__ = '5.5'
|
||||
__version__ = '2.18.0'
|
||||
__api_version__ = '5.6'
|
||||
|
|
|
|||
|
|
@ -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.5
|
||||
List is updated to Bot API 5.6
|
||||
"""
|
||||
mode = HelperMode.lowerCamelCase
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue