increased Telegram Bot API version

This commit is contained in:
Oleg A 2020-11-05 13:12:04 +03:00
parent ae67814abb
commit a42f8599c7
2 changed files with 2 additions and 2 deletions

View file

@ -44,4 +44,4 @@ __all__ = (
) )
__version__ = '2.10' __version__ = '2.10'
__api_version__ = '4.9' __api_version__ = '5.0'

View file

@ -153,7 +153,7 @@ class Methods(Helper):
""" """
Helper for Telegram API Methods listed on https://core.telegram.org/bots/api 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 mode = HelperMode.lowerCamelCase