1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-15 13:19:30 +00:00

exists methods of editing text/caption improvements

This commit is contained in:
2022-06-25 02:19:20 +06:00
parent 00ab532eac
commit 97a2a5d9fd
3 changed files with 35 additions and 0 deletions

View File

@@ -2,6 +2,11 @@
## 2.1.1
* `API`:
* Now it is possible to edit any message text via `editMessageText` (but with warning)
* Now it is possible to edit any message caption via `editMessageCaption` (but with warning)
* Media message caption edit method (`editMessageCaption`) now returns the message with the same generic type (as it must be in telegram system)
## 2.1.0
__This update contains including of [Telegram Bot API 6.1](https://core.telegram.org/bots/api-changelog#june-20-2022)__