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

text formatting extensions

This commit is contained in:
2019-03-31 11:11:32 +08:00
parent 4ccfb93a94
commit 769d0360f3
3 changed files with 139 additions and 0 deletions

View File

@@ -58,6 +58,8 @@ media for present out)
* `MessageContent` which using captions or text now have default parse mode `HTMLParseMode` due to issue with escaping
of `]` in links titles
* Added `Markdown` and `HTML` type aliases which actually means `MarkdownParseMode` and `HTMLParseMode`
* `ChatId` now have extension `link` which will automatically create link like `tg://user?id=<chatId>`
* Created a few of methods for all supported formats of text like bold, italic, links and others
## 0.11.0