1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-12-09 15:55:51 +00:00

serializable subclasses of MessageContent

This commit is contained in:
2021-06-29 00:06:07 +06:00
parent c5e089a45d
commit 732e2a3906
17 changed files with 36 additions and 3 deletions

View File

@@ -9,6 +9,7 @@
* `Core`:
* New interface `MyCommandsRequest` (also see `Bot API 5.3` below)
* New extensions `TextSourcesList#make*String` for all parse modes
* All `MessageContent` subclasses now serializable
* `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)