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

include dice in TelegramBotAPI

This commit is contained in:
2020-03-30 21:30:22 +06:00
parent 84d2c88032
commit c3fca5c6c4
6 changed files with 75 additions and 0 deletions

View File

@@ -27,6 +27,11 @@
### 0.25.2
* `TelegramBotAPI`:
* 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)
### 0.25.1
* Update kotlin: `1.3.70` -> `1.3.71`