witnessmenow/Universal-Arduino-Telegram-Bot

Using parse_mode "MarkdownV2" fails to send message to bot

lilbuzz opened this issue · 0 comments

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.