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 217 forks source link

Make sure file type is required at the beginning #261

Closed sudakov-eugene closed 1 year ago

sudakov-eugene commented 1 year ago

Sticker type is broken due to the setting the wrong file here. It causes Virtus primitive to be a ::File here, which leads to ArgumentError.

atipugin commented 1 year ago

Thanks, merged!