-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
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
How to send some date to the runInlineMenu callback? #195
Comments
I have same question, you fix it? |
Yes. But use other way:
and then
It's work for me. |
Nice, Thanks a lot. In my code instead of the "i" I'm using the controller's and command /yes that is in the tutorial. You have some idea how does this work? I want to go from the keyboard button to another command/controller with different code. |
I think you can use callback_data with /command and args (if need it). |
Have generate inlineMenu from some json-array. Code:
Buttons name from JSON-array put correctly. But in console.log show me "undefined".
How I can send data from JSON-array in runInlineMenu callback?
The text was updated successfully, but these errors were encountered: