Will Essilfie

Results 3 issues of Will Essilfie

According to the Messenger [API](https://developers.facebook.com/docs/messenger-platform/send-messages/quick-replies/), one should be able to add images in their quick replies. Trying to add an image_url in current version returns `TypeError: __init__() got an unexpected...

enhancement

Would it be possible to add support for a send_quick replies button? Seems like someone made a pull request to add it on the pymessenger [page](https://github.com/davidchua/pymessenger/pull/35/files).

It could be nice to add support for the new share [button](https://developers.facebook.com/docs/messenger-platform/send-api-reference/share-button) within the generic templates. I think the main difference is the request should be made to ""https://graph.facebook.com/me/messages?access_token=PAGE_ACCESS_TOKEN".