From 1e7c87bd62b4f5d33c1152a724cc7cdbc412d93a Mon Sep 17 00:00:00 2001 From: Gabben <43146729+gabbhack@users.noreply.github.com> Date: Thu, 16 Jan 2020 17:32:26 +0500 Subject: [PATCH] Fix docs --- docs/api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/index.md b/docs/api/index.md index ca9a13c3..2f4dc2d6 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -1,6 +1,6 @@ # Overview -**aiogram** now is fully support of [Telegram Bot API v4.4](https://core.telegram.org/bots/api) +**aiogram** now is fully support of [Telegram Bot API v4.5](https://core.telegram.org/bots/api) All API methods and types is fully autogenerated from Telegram Bot API docs by parser with code-generator.