From 923e9296704814d60a97650c78b3c23a31dce2a4 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Fri, 24 Apr 2020 20:16:12 +0600 Subject: [PATCH] update TelegramBotAPI readme --- TelegramBotAPI/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TelegramBotAPI/README.md b/TelegramBotAPI/README.md index 0667e85fba..87db0f0558 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 [30th of March 2020 update of TelegramBotAPI (version 4.7)](https://core.telegram.org/bots/api#march-30-2020). +This version compatible with [24th of April 2020 update of TelegramBotAPI (version 4.8)](https://core.telegram.org/bots/api#april-24-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.