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

MessageCallbackQuery#message now is ContentMessage<MessageContent>

This commit is contained in:
2022-01-06 13:54:22 +06:00
parent fbed81a1b3
commit e1c94f772d
4 changed files with 12 additions and 6 deletions

View File

@@ -2,6 +2,9 @@
## 0.38.1
* `Core`:
* `MessageCallbackQuery` (and all implementers as well) has changed the type of `message`: now it is `ContentMessage<MessageContent>` instead of `Message`
## 0.38.0
_This update contains [Telegram Bot API 5.6](https://core.telegram.org/bots/api-changelog#december-30-2021) implementation_