-
Notifications
You must be signed in to change notification settings - Fork 65
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
I need nested persistent menu #50
Comments
also maybe support composer_input_disabled True/False :) |
add ButtonPersistentNested related to issue conbus#50
add ButtonPersistentNested related to issue conbus#50
added ButtonPersistentNested related to issue conbus#50
I made the file changes here: I would like to send a pull request in here. Sorry Im not that aquanited with github. How do I pull the changes from my github, to here? later: |
made a small change in readme file |
hello????????? anyone? |
@michaelhjulskov please re-base your changes and create a pull request. Thank you! |
Would love to. Please explain the steps. Thanks |
Just Google it. https://yangsu.github.io/pull-request-tutorial/ for example |
I need this feature! |
Hi :)
Thanks alot for sharing this awesome library.
I would like to use the nested persistent menu, but is it possible in the current fbmq version?
Here is what I suggest:
add ButtonPersistentNested(title, buttons)
nested = [
Template.ButtonPostBack("Nested1", 'MENU_PAYLOAD,nested1'),
Template.ButtonPostBack("Nested2", 'MENU_PAYLOAD,nested2'),
]
page.show_persistent_menu([
Template.ButtonPostBack("Menu1", 'MENU_PAYLOAD,menu1'),
Template.ButtonPersistentNested("Nested", nested),
])
The text was updated successfully, but these errors were encountered: