telegram-node-bot
telegram-node-bot copied to clipboard
Inline keyboard not working
Tried this:
tg.sendMessage(some_chat_id, "My Message", {
reply_markup: {
inline_keyboard: [[{text: "button text", url: "http://google.com"}]]
}
});
But seems not works.