reefstah / TelegramBotAPI

A Java 8 implementation of Telegram's bot API.
MIT License
8 stars 1 forks source link

Inline support #13

Open UnAfraid opened 8 years ago

UnAfraid commented 8 years ago

There's new updates to telegram bot api they added inline support (Which's triggered when you do @botname text)

https://core.telegram.org/bots/api#recent-changes

You may wanna add support for these

reefstah commented 8 years ago

Thanks, for the update I'll have a look soon. No promises :P