davidchua / pymessenger

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

Hotfix in bot.py/send_attachment #51

Open sanjay-rajeswaran opened 6 years ago

sanjay-rajeswaran commented 6 years ago

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