1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-11-25 11:38:45 +00:00

Compare commits

..

No commits in common. "6cbe313e421035ae6ddfadb0db819c7c9ee17bfb" and "900ef28404669ab1567aeb728fcae38473eb0ab5" have entirely different histories.

View File

@ -2,6 +2,8 @@
## 1.0.0 ## 1.0.0
__This update contains including of [Telegram Bot API 6.0](https://core.telegram.org/bots/api-changelog#april-16-2022)__
__All the `tgbotapi.extensions.*` packages have been removed__ __All the `tgbotapi.extensions.*` packages have been removed__
* `Core`: * `Core`:
@ -29,17 +31,10 @@ __All the `tgbotapi.extensions.*` packages have been removed__
* `MultipartFile` do not require `StorageFile` anymore * `MultipartFile` do not require `StorageFile` anymore
* `InputFile` companion got functions to simplify creation of `InputFile`s * `InputFile` companion got functions to simplify creation of `InputFile`s
* New typealias `FileUrl` (represents `FileId` but declare that they are the same) * New typealias `FileUrl` (represents `FileId` but declare that they are the same)
* `BehaviourBuilder`:
* `SimpleFilter` now is a `fun interface` instead of just callback (fix of [#546](https://github.com/InsanusMokrassar/TelegramBotAPI/issues/546))
## 0.38.14
__This update contains including of [Telegram Bot API 6.0](https://core.telegram.org/bots/api-changelog#april-16-2022)__
* `Core`:
* Constructor of `UnknownInlineKeyboardButton` is not internal and can be created with any `json`
* `WebApps`: * `WebApps`:
* Created 🎉 * Created 🎉
* `BehaviourBuilder`:
* `SimpleFilter` now is a `fun interface` instead of just callback (fix of [#546](https://github.com/InsanusMokrassar/TelegramBotAPI/issues/546))
## 0.38.13 ## 0.38.13