We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Hi!
There are placeholder types for inline keyboard, I think you can add constructors for InlineKeyboardButton and InlineKeyboardMarkup types.
InlineKeyboardButton
InlineKeyboardMarkup
And add CallbackQuery type, there is a typo with this type name in UpdateKind enum.
Sorry, something went wrong.
Current status: I'm getting stackoverflows in debug mode, not in release... might have a look at the parser code
Partially fixed in aae2dc3.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: