pimax / php में अमेरिकन प्लान-दूत-php के साथ हाल के पोस्ट प्रबंधन करने के लिए कोशिश कर रहा है, और यह काम नहीं करता। मेरे कोड बगल में है:
` $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)); `
तुम मुझे इसके साथ मदद कर सकता है?













