1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-12-09 07:45:46 +00:00

ChosenInlineResult now is sealed

This commit is contained in:
2021-06-29 11:53:36 +06:00
parent 732e2a3906
commit 067e36adc6
5 changed files with 14 additions and 9 deletions

View File

@@ -10,6 +10,7 @@
* New interface `MyCommandsRequest` (also see `Bot API 5.3` below)
* New extensions `TextSourcesList#make*String` for all parse modes
* All `MessageContent` subclasses now serializable
* `ChosenInlineResult` was replaced and modified to be sealed
* `Behaviour Builder`:
* ❗️ All triggers (`on*` extensions) have been modified to work in parallel by some marker by default (new parameter
`markerFactory`, in most cases will work async for different chats)