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
Special decorator for handling callback buttons events (VK Docs)
Something like: @vk.on_callback(payload=...)
—
Make similar to @vk.on_payloads(...) but with callback buttons
It's difficult to use callback buttons in current kutana api's
The text was updated successfully, but these errors were encountered:
f2271a3
No branches or pull requests
Special decorator for handling callback buttons events
(VK Docs)
Expected Behavior
Something like:
@vk.on_callback(payload=...)
Actual Behavior
—
Possible Solution
Make similar to @vk.on_payloads(...) but with callback buttons
Context
It's difficult to use callback buttons in current kutana api's
The text was updated successfully, but these errors were encountered: