WhiskeySockets / Baileys

Lightweight full-featured typescript/javascript WhatsApp Web API
https://baileys.whiskeysockets.io/
MIT License
3.71k stars 1.26k forks source link

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

Open Dygf135 opened 2 months ago

Dygf135 commented 2 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?

bobslavtriev commented 1 month ago

The WhatsApp documentation specifies the exact limit, you didn't know how to look for it or didn't want to look for it

CrazyPrince commented 3 weeks ago

250Mb for docs And over than 1Gb for medias

The limit affects much more media such as apk and pdf files etc. It all also depends on whether buffer or axios is used because that's the problem