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

support of Telegram Bot API 5.7

This commit is contained in:
2022-02-01 16:23:26 +06:00
parent eee9fe439f
commit 0c2fe6bce7
20 changed files with 430 additions and 37 deletions

View File

@@ -2,6 +2,12 @@
## 0.38.4
__This update contains including of [Telegram Bot API 5.7](https://core.telegram.org/bots/api-changelog#january-31-2022)__
* `Core`:
* Support of new fields `Sticker`
* Support of new fields `StickerSet`
* Support of new fields in creating of sticker set and sticker
* `Utils`:
* Rename `PathedFile` to avoid clash with core file (fix of [#529](https://github.com/InsanusMokrassar/TelegramBotAPI/issues/529))