From 871291412690ce36f3d1fc15385be9de7c951c62 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sat, 26 Jun 2021 01:59:25 +0600 Subject: [PATCH] update actuality of core --- CHANGELOG.md | 1 - tgbotapi.core/README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbc3f3c982..a8df89c884 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,6 @@ `performInParallel`, by default `true`) * `API`: * All `reply` and subsequent extension have been replaced in send package - * `Bot API 5.3`: * Add type `BotCommandScope`, its serializer `BotCommandScopeSerializer` and all its children * New request `DeleteMyCommands` and updates in `GetMyCommands` and `SetMyCommands` diff --git a/tgbotapi.core/README.md b/tgbotapi.core/README.md index edb5912051..f4eeda039d 100644 --- a/tgbotapi.core/README.md +++ b/tgbotapi.core/README.md @@ -9,7 +9,7 @@ moments are describing by official [Telegram Bot API](https://core.telegram.org/ ## Compatibility -This version compatible with [26th of April 2021 update of TelegramBotAPI (version 5.2)](https://core.telegram.org/bots/api-changelog#april-26-2021). +This version compatible with [25th of June 2021 update of TelegramBotAPI (version 5.3)](https://core.telegram.org/bots/api-changelog#june-25-2021). ## How to implement library?