davidchua / pymessenger

A Python Wrapper for the FB Messenger Bot API (Send/Receive API)
MIT License
459 stars 183 forks source link

added send_get_started/send_persistent_menu feature and updated readme/contributors #73

Closed madewithkode closed 5 years ago

madewithkode commented 5 years ago

I added functions to explicitly send get_started_buttons and also send persistent_menus. Having built messenger bots using Pymessenger, I believe this is a needed and handy feature.

davidchua commented 5 years ago

Can I also suggest to add the removal action like remove_get_started() / remove_persistent_menu()

It might be useful for those who are testing their page and would like a way to reverse their change.

madewithkode commented 5 years ago

All suggested edits reflected, Kindly review.

davidchua commented 5 years ago

Looks good! Thanks for contributing!