telegram-node-bot icon indicating copy to clipboard operation
telegram-node-bot copied to clipboard

Inline keyboard not working

Open mort3za opened this issue 8 years ago • 0 comments

Tried this:

tg.sendMessage(some_chat_id, "My Message", {
      reply_markup: {
        inline_keyboard: [[{text: "button text", url: "http://google.com"}]]
      }
    });

But seems not works.

mort3za avatar Jul 20 '17 15:07 mort3za