chrishubert / whatsapp-api

This project is a REST API wrapper for the whatsapp-web.js library, providing an easy-to-use interface to interact with the WhatsApp Web platform.
https://www.christophehubert.com
Other
585 stars 286 forks source link

Feature Request: Support for View Once Image #233

Open arktnld opened 3 weeks ago

arktnld commented 3 weeks ago

I noticed that the wwjs library includes a feature called IsViewOnce, which allows sending images that can only be viewed once. Could we add support for sending view once media in the WhatsApp API?

avoylenko commented 3 weeks ago

Have you tried to pass the isViewOnce option in options object of the request?