davidchua / pymessenger

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

Added Text Quick Replies #76

Open siueric0010 opened 4 years ago

siueric0010 commented 4 years ago

Hello! I added text quick replies to my version. I have tested it and it works for my situation. I believe there may be some modifications to make it cleaner.

But basically it takes in a list of replies (which the user presses) in response to a text message. There is an optional payload list for the developer and if the developer decides to not use a payload, then the payload is simply the reply.

creativeJoe007 commented 4 years ago

Can I rework this feature?

creativeJoe007 commented 4 years ago

Hello, Instead of making an API for this purpose alone I decided to make an API that would allow users manually add their payload themselves.

Eradicating issues that may arise with making the API satisfy everyone's individual use case.

You can check it out here (https://github.com/davidchua/pymessenger/pull/85)