vasani-arpit / WBOT

A simple Web based BOT for WhatsApp™ in NodeJS 😜. Working as of 📅 Feb 4th, 2024
Other
980 stars 314 forks source link

New feature request: Multiple files for one trigger #334

Open alonsomulgado opened 1 year ago

alonsomulgado commented 1 year ago

there´s a way to add multiple files in response for one message ?

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

vasani-arpit commented 1 year ago

We can convert file object to an array and send messages accordingly. Nice suggestion. 👍

AmanyLili commented 3 months ago

Can you give an example of code please?