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

BotCommand

This commit is contained in:
2020-03-30 21:40:36 +06:00
parent 1d3736c44e
commit 54589ed17b
3 changed files with 17 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
* Request `SendDice` was added (calling [sendDice](https://core.telegram.org/bots/api#senddice))
* Class `Dice` was added (type [dice](https://core.telegram.org/bots/api#dice))
* Class `DiceContent` was added (for including it in [message](https://core.telegram.org/bots/api#message) object)
* `BotCommand` was added
* `TelegramBotAPI-extensions-api`:
* Extensions `sendDice` was added