Der Versuch, die Quickreply mit Pimax / fb-messenger-php in PHP zu verwalten, und es funktioniert nicht. Mein Code ist weiter:
` $one= array();
$one['content_type'] = 'text';
$one['title'] = 'one';
$one['payload'] = 'one';
$two= array();
$two['content_type'] = 'text';
$two['title'] = 'two';
$two['payload'] = 'two';
$res = array($one, $two);
$bot->send(new QuickReply($message['sender']['id'], Hi there!,$res)); `
könnten Sie damit helfen Sie mir?













