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

fix of TextMentionMessageEntity#asHtmlSource

This commit is contained in:
2019-12-11 10:53:41 +06:00
parent a17af67f83
commit dd0e3c04bc
2 changed files with 3 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
* `User` now implement `PrivateChat`
* `TextMentionMessageEntity` now accept `PrivateChat` instead of `User` in main constructor
* `TextMentionMessageEntity` now contains not user, but contains `PrivateChat`
* Fixeed: `TextMentionMessageEntity#asHtmlSource` previously worked incorrect
## 0.19.0 ImplicitReflection removing