Using parse_mode "MarkdownV2" fails to send message to bot
lilbuzz opened this issue · 0 comments
lilbuzz commented
When I include "MarkdownV2" as the parse_mode of my message (so I can nest bold and italic) the message fails to be sent.
ESP32 board. Using "Markdown" in parse_mode works for either bold or italics, but not both, and using empty string works, but when I use "MarkdownV2" it fails.