davidchua / pymessenger

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

Added the ability to send payload directly to Messenger #85

Open creativeJoe007 opened 4 years ago

creativeJoe007 commented 4 years ago

Provided a function users can use to send custom messages following Messenger's API structure.

This way, they can organize their message request or even quick replies just anyhow it would make sense for them.