lukefx / hubot-telegram

Hubot adapter for Telegram
MIT License
160 stars 42 forks source link

Fixes issue #52 #54

Closed manoamaro closed 8 years ago

manoamaro commented 8 years ago

Fixes #52 . Removes the toString() method to parse extra params (res.envelope.telegram). The telegrambot lib already does this using JSON.stringify().

lukefx commented 8 years ago

Nice catch @manoamaro :smiley: thx!