telegram-bot-ruby icon indicating copy to clipboard operation
telegram-bot-ruby copied to clipboard

Undefined method "text" for message

Open arthurborgesdev opened this issue 3 years ago • 2 comments

I received the following error message today:

undefined method text' for #Telegram::Bot::Types::ChatMemberUpdated:0x0000563028c53a10 (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.

arthurborgesdev avatar May 20 '21 19:05 arthurborgesdev

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

atipugin avatar May 21 '21 08:05 atipugin

Thank U @atipugin, it works fine!

EvanBrightside avatar Jun 19 '21 08:06 EvanBrightside