whatsapp-api icon indicating copy to clipboard operation
whatsapp-api copied to clipboard

What is the Document File Size Limit in WhatsApp API?

Open Dygf135 opened this issue 1 year ago • 1 comments

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?

Dygf135 avatar Jul 24 '24 15:07 Dygf135

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.

avoylenko avatar Jul 24 '24 17:07 avoylenko