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