mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-25 11:38:45 +00:00
Compare commits
21 Commits
900ef28404
...
6cbe313e42
Author | SHA1 | Date | |
---|---|---|---|
6cbe313e42 | |||
930507ab80 | |||
56d3628dd3 | |||
56d7853f68 | |||
0a27d9bf28 | |||
c74df3960c | |||
f4b080cb45 | |||
350b77f6ff | |||
955e14f67c | |||
ae88b7d94d | |||
88c62bd51c | |||
705bcbe352 | |||
ffcc149c40 | |||
402d91f9f2 | |||
c19bccc7d1 | |||
2c71377058 | |||
12d2c05110 | |||
ddf46c1afd | |||
dd0a8b99c7 | |||
75fb72936f | |||
1a6a010446 |
13
CHANGELOG.md
13
CHANGELOG.md
@ -2,8 +2,6 @@
|
||||
|
||||
## 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__
|
||||
|
||||
* `Core`:
|
||||
@ -31,11 +29,18 @@ __All the `tgbotapi.extensions.*` packages have been removed__
|
||||
* `MultipartFile` do not require `StorageFile` anymore
|
||||
* `InputFile` companion got functions to simplify creation of `InputFile`s
|
||||
* New typealias `FileUrl` (represents `FileId` but declare that they are the same)
|
||||
* `WebApps`:
|
||||
* Created 🎉
|
||||
* `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`:
|
||||
* Created 🎉
|
||||
|
||||
## 0.38.13
|
||||
|
||||
* `Core`:
|
||||
|
Loading…
Reference in New Issue
Block a user