Friends. Tell me, please: how to display both buttons and {parse_mode: 'HTML'} through node-telegram-bot-api on Node JS?
bot.sendMessage(chatId, `${msg.from.first_name}, <b>Hello!</b> ✌ `, {parse_mode: 'HTML', menuOptions})
But the telegram bot gives out only bold text, without buttons.
Swapped parse_mode: 'HTML' and menuOptions. I put menuOptions after the curly braces - the result did not change. I couldn't find the info I needed on google.