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

Merge branch 'master' into 0.38.0

This commit is contained in:
2021-12-31 02:55:54 +06:00
committed by GitHub
8 changed files with 93 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
# TelegramBotAPI changelog
## 0.38.0
* `Common`:
@@ -13,7 +14,14 @@
## 0.37.4
## 0.37.3 Hotfix of 0.37.3
* `Common`:
* `Version`:
* `MicroUtils`: `0.8.7` -> `0.8.9`
* `Core`:
* New `SupergroupEvent` subtype: `MigratedToSupergroup`. This event is sent when a group is converted to a supergroup while bot is in the group.
* Helper extenstion functions on `ChatEvent` to cast it to `MigratedToSupergroup`.
## 0.37.3 Hotfix of 0.37.2
* `Core`:
* Fixes in hierarchy (and creating) of messages from channels
@@ -22,6 +30,8 @@
`0.37.2` changelog:
_This update contains [Telegram Bot API 5.5](https://core.telegram.org/bots/api-changelog#december-7-2021) implementation_
* `Common`:
* `Version`:
* `MicroUtils`: `0.8.2` -> `0.8.7`