How can send markdown text by telegram bot with using telegraf library on nodejs ?
With telegraf v4.3.0, I got it working using the following code:
const bot = new Telegraf(token);
bot.telegram.sendMessage('my chat id', 'my text', { parse_mode: 'MarkdownV2' });
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With