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

InputMedia#media fix (version 0.23.2)

This commit is contained in:
2020-02-14 12:06:43 +06:00
parent 8bbfa2ee24
commit a17ae07e50
5 changed files with 17 additions and 22 deletions

View File

@@ -51,6 +51,10 @@
* `toInputFile` extensions now will return more exact types
* Now it is possible to send broadcast channels size for `FlowsUpdatesFilter`
### 0.23.2
* Fixes in `InputMedia` - `media` field was not included to serialization
## 0.22.0
* **`KtorCallFactory` must return `HttpStatement` instead of `HttpClientCall`**