1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-12-04 13:26:57 +00:00

adapt code to new versions

This commit is contained in:
2019-11-29 12:25:22 +06:00
parent 6c5fc8144b
commit 128e69e3e3
5 changed files with 18 additions and 18 deletions

View File

@@ -28,7 +28,9 @@
* `kotlin serialization`: 0.11.1 -> 0.14.0
* `joda time`: 2.10.3 -> 2.10.5
* `ktor`: 1.2.3 -> 1.2.5
* `BotAction` now will be deserialized in a little bit other way
* `BotActionSerializer` now is internal
* Most part of serializers now are objects (instead of classes as was previously)
## 0.17.0 July 29, 2019 API Update