deltachat-bot / deltabot

Delta.Chat bot written in Python
Mozilla Public License 2.0
33 stars 18 forks source link

New api can't reply with file #17

Closed adbenitez closed 4 years ago

adbenitez commented 4 years ago

commands and filters are only allowed to return an string, it is needed to allow to return file + text so the bot can reply with pictures, etc.

when implementing this, please allow to return a file-like object, don't force to a path because a file object gives much more flexibility (ex. to use a BytesIO object etc.)