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

Sticker and StickerSet now with isAnimated field

This commit is contained in:
2019-08-12 13:25:55 +06:00
parent 84ad751792
commit cb94a3a389
4 changed files with 9 additions and 0 deletions

View File

@@ -12,6 +12,10 @@
* `TelegramAPIUrlsKeeper` was added to provide more comfortable work with file urls and other things
like this
Changes according to [July 29, 2019 Telegram Bot API update](https://core.telegram.org/bots/api#july-29-2019):
* `Sticker` and `StickerSet` now have field `isAnimated`
## 0.16.0 Bot API 4.3
* `LoginURL` and `LoginURLInlineKeyboardButton` has been added