Alexander Tipugin

Results 63 comments of Alexander Tipugin

Hi @kirov117! Yeah, but `parse_mode` belongs to `sendMessage` method, not [Message](https://core.telegram.org/bots/api#message) object.

You have to check type of message before accessing it, see https://github.com/atipugin/telegram-bot-ruby/issues/226#issuecomment-797296565

It will work until you receive message with type other than `Message`. That's why I suggest you to check type anyway. I need to update example code, because it was...

Unfortunately, there is no way to do it for now.

Hi @ivanovaleksey. I thought about same thing some time ago. I agree what checking all these methods and types is annoying. Your solution looks good. One thing i'd like to...

`check_attributes` sounds good. Will you implement it in this PR?

Yeah, these tasks looks great, much more specific and informative.

Square brackets is a proper way to pass agruments to rake tasks.

Hmm, that's strange. Even after digging into Virtus source code i still can't figure out how access attribute type. I agree that virtus is dying and dry-types might be a...