Se snaží řídit quickreply s Pimax / FB-messenger-php v PHP, a to nefunguje. Můj kód je následující:
` $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)); `
mohl byste mi pomoct s tím?













