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

Media Groups fixes

This commit is contained in:
2019-03-14 15:44:19 +08:00
parent 7abaacb96d
commit a4d9fdcd4b
13 changed files with 92 additions and 19 deletions

View File

@@ -23,6 +23,11 @@
* Separated execute extensions (now they are in file `Executes`) and poller creating extensions
* `BaseMessageUpdate#toMediaGroupUpdate()` will also check condition when update-receiver already is `MediaGroupUpdate`
### 0.12.1 Hotfix for media groups
* Added additional media group types (like `MessageMediaGroupUpdate`)
* Fixed handling of media group updates in `UpdatesFilter`
## 0.11.0
* Kotlin `1.3.11` -> `1.3.21`