Naltox / telegram-node-bot

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

fixed a typo in paginatedAnswer #45

Closed babua closed 8 years ago

babua commented 8 years ago

a parantheses typo in paginatedAnswer is preventing the options object from being sent to the Telegram servers. this can be important because the options object contains parameters such as cache_time and is_personal.