atipugin / telegram-bot-ruby

Ruby wrapper for Telegram's Bot API
https://core.telegram.org/bots/api
Do What The F*ck You Want To Public License
1.35k stars 218 forks source link

Undefined method "text" for message #234

Closed arthurborgesdev closed 1 year ago

arthurborgesdev commented 3 years ago

I received the following error message today:

undefined methodtext' for # (NoMethodError)`

I stopped the hobby dynos of Heroku a few weeks ago, and when I restarted them today I got this message.

Maybe the API changed? I don't know... my code is hosted here: https://github.com/arthurborgesdev/gamebot

I can submit further tests if needed.

atipugin commented 3 years ago

Hi @arthurborgesdev,

Sounds similar to #226, please check out my comment on that issue - https://github.com/atipugin/telegram-bot-ruby/issues/226#issuecomment-797296565

EvanBrightside commented 3 years ago

Thank U @atipugin, it works fine!