netflie / whatsapp-cloud-api

The first PHP API to send and receive messages using a cloud-hosted version of the WhatsApp Business Platform
https://netflie.es/portfolio/whatsapp-business-cloud-api-php-sdk/
MIT License
464 stars 170 forks source link

fix-send-document-caption-optional: document caption is not required,… #162

Closed limsenkeat closed 2 months ago

limsenkeat commented 8 months ago

The caption parameter is optional (https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages) Updated the sendDocument caption default value is empty, the caption is not a required parameter now.

derrickobedgiu1 commented 6 months ago

Added this minor fix in the Draft PR