Tratar de manejar la quickreply con PImáx / fb-messenger-php en php, y no trabajar. Mi código es el siguiente:
` $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)); `
usted me podría ayudar con esto?













