sulla
sulla copied to clipboard
not sending image, how to?
anyone can teach me how to send an image this is my code:
} else if ((message.body).includes('MMEG')){
console.log('Enviar Imagen');
await client.sendImage(
chatId,
'C:/Users/USER/Documents/wspimages/images/example.jpg',
'example.jpg',
'example'
);
tried this but its not sending anything
await client.sendImage( from, 'path/to/img.jpg', 'image-name.jpg', 'Caption text' );
from... message.from? because it isnt working!
the repository is deprecated use
Install npm i @s2click/venom https://github.com/s2click/venom