From d2d8f4b51c4c953653a8b66c10402e39086914ba Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Mon, 19 Mar 2018 01:31:24 +0200 Subject: [PATCH] Change API version number. --- aiogram/bot/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogram/bot/api.py b/aiogram/bot/api.py index 6b952f39..29a53606 100644 --- a/aiogram/bot/api.py +++ b/aiogram/bot/api.py @@ -161,7 +161,7 @@ class Methods(Helper): """ Helper for Telegram API Methods listed on https://core.telegram.org/bots/api - List is updated to Bot API 3.5 + List is updated to Bot API 3.6 """ mode = HelperMode.lowerCamelCase