1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2026-09-11 10:34:23 +00:00

Add Bot API 10.3 Reply markup support

This commit is contained in:
2026-08-25 12:33:45 +06:00
parent 752689447b
commit efd4667ffa
15 changed files with 247 additions and 36 deletions

View File

@@ -2,6 +2,14 @@
## 37.0.0
**THIS UPDATE CONTAINS SUPPORT OF [TELEGRAM BOTS API 10.3](https://core.telegram.org/bots/api-changelog#august-24-2026)**
* `Core`:
* (`Reply markup`) Added `DisabledButton`/`DisabledInlineKeyboardButton` support for disabled inline buttons
* (`Reply markup`) Added `forceReply` support to `InlineKeyboardMarkup` and `ReplyKeyboardMarkup`
* `Utils`:
* (`Reply markup`) Added disabled inline-button shortcuts and `forceReply` parameters to inline/reply keyboard builders
## 36.1.0
* `Dependencies`: