telegram-bot
telegram-bot copied to clipboard
InlineKeyboardMarkup + Callbacks
I'm interested in working on the Inlinekeyboard features and Callback Interface.
Can you give some hints where to start? I already saw some stubbed / commented out infrastructure.
Hi!
There are placeholder types for inline keyboard, I think you can add constructors for InlineKeyboardButton and InlineKeyboardMarkup types.
And add CallbackQuery type, there is a typo with this type name in UpdateKind enum.
Current status: I'm getting stackoverflows in debug mode, not in release... might have a look at the parser code
Partially fixed in aae2dc3ac8c707c177205a3d4e7d2583fe5945e0.