From 1e0c2ea633252c2c8acd5cc6f8a067317b848421 Mon Sep 17 00:00:00 2001 From: _run Date: Tue, 1 Feb 2022 14:50:36 +0400 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc6292b..c7a493c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@

A simple, but extensible Python implementation for the Telegram Bot API.

Supports both sync and async ways.

-##

Supporting Bot API version: 5.6! +##

Supporting Bot API version: 5.7! ## Contents From 3b38d1b46efcb86832ed14706a5513172d0a80d7 Mon Sep 17 00:00:00 2001 From: _run Date: Tue, 1 Feb 2022 14:51:36 +0400 Subject: [PATCH 2/2] Bot API 5.7 in readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c7a493c..6f1a4b5 100644 --- a/README.md +++ b/README.md @@ -690,7 +690,8 @@ Result will be: ## API conformance - + +* ✔ [Bot API 5.7](https://core.telegram.org/bots/api#january-31-2022) * ✔ [Bot API 5.6](https://core.telegram.org/bots/api#december-30-2021) * ✔ [Bot API 5.5](https://core.telegram.org/bots/api#december-7-2021) * ✔ [Bot API 5.4](https://core.telegram.org/bots/api#november-5-2021)