upload image with message reply
Opened this issue · 2 comments
ashcrok commented
Is there any way to attach an image (or a file in general) when replying to a message?
SharathChandraSreenidhi commented
In the plugins message.reply add image URL
@respond_to('hello$', re.IGNORECASE)
def hello_reply(message):
message.reply('Image url hello sender!')
ashcrok commented
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.