This repository contains the open source PHP client for MessageBird's REST API.
BSD 2-Clause "Simplified" License
158
stars
95
forks
source link
Interactive whatsapp message content missing in MessageBird\Objects\Conversation\Content #195
Closed
niek-dev closed 1 year ago
Adding the property
public $interactive;
to MessageBird\Objects\Conversation\Content fixes the problem.