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

behaviour builder updates

This commit is contained in:
2021-04-03 14:51:21 +06:00
parent 8ced95bc2f
commit e2e235bd6c
6 changed files with 30 additions and 14 deletions

View File

@@ -2,6 +2,14 @@
## 0.33.2
* `Behaviour Builder`:
* New typealias `MediaGroupFilter` has been added for `MediaGroup` expectators
* Several typealiases became `suspend`:
* `CallbackQueryMapper`
* `ChatMemberUpdatedMapper`
* `InlineQueryMapper`
* Commands got an additional parameter - `additionalFilter`. It will be called when all command filters were passed
## 0.33.1
* `Common`: