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

All the extensions related to text messages (replies, sending, editing) got their duplicates with buildEntities lambda and separator

This commit is contained in:
2022-09-19 13:52:14 +06:00
parent c460b4eacc
commit 7cd97ac779
8 changed files with 456 additions and 8 deletions

View File

@@ -5,6 +5,8 @@
* `Core`:
* Fixes in `ChatMemberSerializer#serialize` method
* Migration of `EntitiesBuilder` from `Utils` to `Core`
* `API`:
* All the extensions related to text messages (replies, sending, editing) got their duplicates with `buildEntities` lambda and separator
* `Utils`:
* Migration of `EntitiesBuilder` from `Utils` to `Core`