1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-18 07:45:27 +00:00

update actuality of core

This commit is contained in:
InsanusMokrassar 2021-06-26 01:59:25 +06:00
parent 69b64e9908
commit 8712914126
2 changed files with 1 additions and 2 deletions

View File

@ -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`

View File

@ -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?