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

add SetWebhook

This commit is contained in:
2019-02-26 09:45:56 +08:00
parent de039c3909
commit ff2b56b3a9
14 changed files with 85 additions and 12 deletions

View File

@@ -2,6 +2,11 @@
## 0.12.0
* Added `DataRequest` interface which replace `Data` interface
* `MultipartRequestImpl` now use `DataRequest`
* All requests which implements `Data` now implement `DataRequest`
* Added class `SetWebhook` and its factory
## 0.11.0
* Kotlin `1.3.11` -> `1.3.21`