From 7d85b6fb88871b9cd04ee5d5a4cc6f089d366ce8 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Tue, 31 Mar 2020 11:00:22 +0600 Subject: [PATCH] update readme of telegram bot api --- TelegramBotAPI/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/TelegramBotAPI/README.md b/TelegramBotAPI/README.md index b93ed650f8..d255e585bf 100644 --- a/TelegramBotAPI/README.md +++ b/TelegramBotAPI/README.md @@ -12,11 +12,10 @@ moments are describing by official [Telegram Bot API](https://core.telegram.org/ ## Compatibility -This version compatible with [23th of January 2020 update of TelegramBotAPI (version 4.6)](https://core.telegram.org/bots/api#january-23-2020). -There is Telegram Passport API exception of implemented functionality, which was presented in +This version compatible with [30th of March 2020 update of TelegramBotAPI (version 4.7)](https://core.telegram.org/bots/api#march-30-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. All APIs that are not included are presented -[wiki](https://github.com/InsanusMokrassar/TelegramBotAPI/wiki/Not-included-API). +as soon as possible. ## How to implement library?