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

improvements in RawMessageEntity

This commit is contained in:
2024-10-21 18:04:53 +06:00
parent bc8da1120e
commit 1f6ddd97e3
3 changed files with 21 additions and 28 deletions

View File

@@ -2,6 +2,9 @@
## 18.2.2
* `Core`:
* Fixes in blockquotes serializations
* Now `RawMessageEntity` is public. It is still under `Warning` annotation and is subject of changes
* `BehaviourBuilder`:
* Add `CommonMessageFilterExcludeCommand` to filter commands in messages
* Add `minus` operation for `SimpleFilter`s