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

TextSource analogues of MessageEntities

This commit is contained in:
2019-12-11 14:06:09 +06:00
parent 6f1f5e640a
commit 6dd701d33c
27 changed files with 218 additions and 59 deletions

View File

@@ -19,6 +19,8 @@
* `createFormattedText` method now accept `List<TextSource>`
* `createHtmlText` method now accept `List<TextSource>`
* `createMarkdownText` method now accept `List<TextSource>`
* A lot of `TextSource` implementors was added. More info [here](src/commonMain/kotlin/com/github/insanusmokrassar/TelegramBotAPI/types/MessageEntity/textsources/)
* All `MessageEntity` implementations now are using new `TextSource` analogues as delegates
## 0.19.0 ImplicitReflection removing