ruslanys / telegraff

Kotlin DSL для разработки Telegram ботов
https://habr.com/ru/post/445072/
Apache License 2.0
146 stars 29 forks source link

Encode characters before send to Telegram #12

Closed ruslanys closed 5 years ago

ruslanys commented 5 years ago

Telegram API is very capricious. And the example below can cause an error:

MarkdownMessage("Java/1.8.0_181")
ruslanys commented 5 years ago

_ is a special sign at Markdown.