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
860 stars 391 forks source link

What is the Document File Size Limit in WhatsApp API? #245

Open Dygf135 opened 3 months ago

Dygf135 commented 3 months ago

I am currently using the WhatsApp API to send documents, and I need to know the maximum file size limit allowed for document files. The documentation doesn't seem to clearly specify this limit. Can someone please provide this information or point me to the relevant section in the documentation?

avoylenko commented 3 months ago

The maximum allowed body size is controlled by setting the MAX_ATTACHMENT_SIZE env. By default the value is set to 10000000 and the value specifies the number of bytes.