Closed ekundayo-ab closed 7 years ago
Look at this:
Clicking the QuickReply Button sends the same message structure as other types PLUS(+) 'quick_reply'=>'payload' under 'message'
so you can get the value of the quick reply payload with:
$message['message']['quick_reply']['payload'];
Good luck!
EDIT: All credit goes to @ipimax :)
Thanks Got it.
Kindly make available an example to catch the POSTBACK of a quick reply button.
Thanks