LPgenerator/mattermost_bot

upload image with message reply

Opened this issue · 2 comments

Is there any way to attach an image (or a file in general) when replying to a message?

In the plugins message.reply add image URL

@respond_to('hello$', re.IGNORECASE)
def hello_reply(message):
message.reply('Image url hello sender!')

Yes, that works fine. But I don't want to send the image as an URL, but as an attachment: file comes from local machine.