EatMoreCode / Telegram-Bot

Perl module to make creating new Telegram bots easy
4 stars 6 forks source link

Castaway/implement callback queries #7

Open castaway opened 2 years ago

castaway commented 2 years ago

Hi,

CallbackQuery support (for inlinekeyboard buttons) was missing, so this patch adds it. I've also made the "die if we get an unknown type of update", into "warn and ignore" so things don't crash a running bot.