Closed fivepe closed 1 year ago
That's not how it should be. If you escape everything in the Markdown format, then what's the point of sending it in Markdown format? It'll send everything escaped and without formatting the way it should be.
You're supposed to manually escape certain special chars.
PHP version
8.1
irazasyed/telegram-bot-sdk version
versions : * v3.6
Laravel version (if any)
No response
Code To Reproduce the bug
At telegram api docs present parse_mode = MarkdownV2. I tried to send some data and find, that needed new escape for support this format.
https://core.telegram.org/bots/api#markdownv2-style
can do something like this, as i think.
use it more easy.
Error stacktrace (if any)
No response