From 7f064249805de437fa7a718cfbbe7ec1da6b7dac Mon Sep 17 00:00:00 2001 From: _run Date: Fri, 31 Dec 2021 13:20:54 +0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82a4beb..3c6b2d5 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.5! +##

Supporting Bot API version: 5.6! ## Contents @@ -686,6 +686,7 @@ Result will be: ## API conformance +* ✔ [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) * ➕ [Bot API 5.3](https://core.telegram.org/bots/api#june-25-2021) - ChatMember* classes are full copies of ChatMember