δεν μπορεί να διαχειριστεί QuickReply σε PImax / FB-messenger-php

ψήφοι
1

Προσπαθώντας να διαχειριστεί την QuickReply με PImax / FB-messenger-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)); `

θα μπορούσε να με βοηθήσει με αυτό;

Δημοσιεύθηκε 30/01/2017 στις 14:48
πηγή χρήστη
Σε άλλες γλώσσες...                            


1 απαντήσεις

δεν μπορεί να διαχειριστεί QuickReply σε PImax / FB-messenger-php

ψήφοι
1

Προσπαθώντας να διαχειριστεί την QuickReply με PImax / FB-messenger-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)); `

θα μπορούσε να με βοηθήσει με αυτό;

Απαντήθηκε 30/01/2017 στις 14:48
πηγή χρήστη

Cookies help us deliver our services. By using our services, you agree to our use of cookies. Learn more