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
484 stars 177 forks source link

Added support for Interactive reply buttons media header #212

Open derrickobedgiu1 opened 3 weeks ago

derrickobedgiu1 commented 3 weeks ago

This PR includes support for button reply media headers (image, video, documents).

It maintains existing text header usage without breaking the code by simply swapping the current text header to an instance of a Text Button Reply Header class.

Reference: https://developers.facebook.com/docs/whatsapp/cloud-api/messages/interactive-reply-buttons-messages/