Naltox / telegram-node-bot

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

Webhook using #98

Closed edakhmetgareev closed 8 years ago

edakhmetgareev commented 8 years ago

Run example:

const tg = new Telegram.Telegram(token, {
    webhook: {
      "url": "https://c056ce54.ngrok.io",
      "port": 3000,
      "host": "localhost"
    }
});