Naltox / telegram-node-bot

Node module for creating Telegram bots.
MIT License
723 stars 143 forks source link

Inline keyboard not working #180

Open mort3za opened 7 years ago

mort3za commented 7 years ago

Tried this:

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

But seems not works.