From f9b2c4c40374d6d448df5d536d353830e7da9ad5 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Fri, 5 Jun 2020 17:01:37 +0600 Subject: [PATCH] update README --- TelegramBotAPI/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TelegramBotAPI/README.md b/TelegramBotAPI/README.md index 67536e6141..1885716c78 100644 --- a/TelegramBotAPI/README.md +++ b/TelegramBotAPI/README.md @@ -10,7 +10,7 @@ moments are describing by official [Telegram Bot API](https://core.telegram.org/ ## Compatibility -This version compatible with [24th of April 2020 update of TelegramBotAPI (version 4.8)](https://core.telegram.org/bots/api#april-24-2020). +This version compatible with [4th of June 2020 update of TelegramBotAPI (version 4.9)](https://core.telegram.org/bots/api#june-4-2020). There is only one exception of implemented functionality - Telegram Passport API, which was presented in [August 2018 update of TelegramBotAPI](https://core.telegram.org/bots/api-changelog#august-27-2018) update. It will be implemented as soon as possible.