mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 16:23:48 +00:00
Merge branch 'master' into 1.0.0
This commit is contained in:
commit
6cbe313e42
13
CHANGELOG.md
13
CHANGELOG.md
@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
## 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`:
|
||||||
@ -31,11 +29,18 @@ __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)
|
||||||
* `WebApps`:
|
|
||||||
* Created 🎉
|
|
||||||
* `BehaviourBuilder`:
|
* `BehaviourBuilder`:
|
||||||
* `SimpleFilter` now is a `fun interface` instead of just callback (fix of [#546](https://github.com/InsanusMokrassar/TelegramBotAPI/issues/546))
|
* `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`:
|
||||||
|
* Created 🎉
|
||||||
|
|
||||||
## 0.38.13
|
## 0.38.13
|
||||||
|
|
||||||
* `Core`:
|
* `Core`:
|
||||||
|
Loading…
Reference in New Issue
Block a user