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
449 stars 163 forks source link

The Context ID should be optional in forwarded messages #100

Closed angelomelonas closed 1 year ago

angelomelonas commented 1 year ago

As per this discussion, the$message['context']['id'] field is not always present when a message is forwarded, so it should be optional.

angelomelonas commented 1 year ago

@aalbarca please let me know if I missed something or if you'd like me to add anything.