benjick / meteor-telegram-bot

Telegram bot plugin for Meteor
24 stars 15 forks source link

parsePollResult doesn't work for inline_keyboard responses #25

Closed elie222 closed 8 years ago

elie222 commented 8 years ago

I'll have a look at this myself tomorrow.

elie222 commented 8 years ago

The reason is because this line: const message = item.message; is undefined.

You get a callback_query object instead. Package code needs to be changed to fix this.