Changed event message to event text on exmaple polling

experimental
yago 11 years ago
parent 1dd81e4343
commit 58298ce724
  1. 2
      examples/polling.js

@ -11,7 +11,7 @@ var bot = new TelegramBot(token, options);
bot.getMe().then(function (me) {
console.log('Hi my name is %s!', me.username);
});
bot.on('message', function (msg) {
bot.on('text', function (msg) {
var chatId = msg.chat.id;
if (msg.text == '/photo') {
// From file

Loading…
Cancel
Save