Skip to content
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

Open
michaelhjulskov opened this issue Jan 29, 2018 · 8 comments
Open

I need nested persistent menu #50

michaelhjulskov opened this issue Jan 29, 2018 · 8 comments

Comments

@michaelhjulskov
Copy link

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),
])

@michaelhjulskov
Copy link
Author

also maybe support composer_input_disabled True/False :)

https://developers.facebook.com/docs/messenger-platform/reference/messenger-profile-api/persistent-menu

michaelhjulskov added a commit to michaelhjulskov/fbmq that referenced this issue Jan 29, 2018
michaelhjulskov added a commit to michaelhjulskov/fbmq that referenced this issue Jan 29, 2018
michaelhjulskov added a commit to michaelhjulskov/fbmq that referenced this issue Jan 29, 2018
michaelhjulskov added a commit to michaelhjulskov/fbmq that referenced this issue Jan 29, 2018
michaelhjulskov added a commit to michaelhjulskov/fbmq that referenced this issue Jan 29, 2018
added ButtonPersistentNested related to issue conbus#50
@michaelhjulskov
Copy link
Author

I made the file changes here:
https://github.com/michaelhjulskov/fbmq

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:
maybe add support for
composer_input_disabled True/False

@michaelhjulskov
Copy link
Author

made a small change in readme file
https://github.com/michaelhjulskov/fbmq/commits/master

@michaelhjulskov
Copy link
Author

hello????????? anyone?

@anton-nayshtut
Copy link
Contributor

@michaelhjulskov please re-base your changes and create a pull request.

Thank you!

@michaelhjulskov
Copy link
Author

Would love to. Please explain the steps. Thanks

@anton-nayshtut
Copy link
Contributor

Just Google it.

https://yangsu.github.io/pull-request-tutorial/ for example

@goho302jo03
Copy link

I need this feature!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants