davidchua / pymessenger

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

Hotfix in bot.py/send_attachment #51

Open sanjay-rajeswaran opened 7 years ago

sanjay-rajeswaran commented 7 years ago

Encode nested json in payload to avoid "AttributeError: 'dict' object has no attribute 'encode'", while calling MultipartEncoder(payload).