atipugin / telegram-bot-ruby

Ruby wrapper for Telegram's Bot API

Home Page:https://core.telegram.org/bots/api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Undefined method "text" for message

arthurborgesdev opened this issue · 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.

Hi @arthurborgesdev,

Sounds similar to #226, please check out my comment on that issue - #226 (comment)

Thank U @atipugin, it works fine!