telegram-bot icon indicating copy to clipboard operation
telegram-bot copied to clipboard

InlineKeyboardMarkup + Callbacks

Open matprec opened this issue 8 years ago • 3 comments

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.

matprec avatar May 22 '17 12:05 matprec

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.

knsd avatar May 22 '17 14:05 knsd

Current status: I'm getting stackoverflows in debug mode, not in release... might have a look at the parser code

matprec avatar May 22 '17 21:05 matprec

Partially fixed in aae2dc3ac8c707c177205a3d4e7d2583fe5945e0.

knsd avatar Jan 09 '18 04:01 knsd