Advertisement
Guest User

Untitled

a guest
Mar 29th, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. $x = array(
  2. "type"=> "flex",
  3. "altText"=> "Flex Message",
  4. "contents"=> array(
  5. "type"=> "bubble",
  6. "footer"=> array(
  7. "type"=> "box",
  8. "layout"=> "vertical",
  9. "flex"=> 0,
  10. "spacing"=> "sm",
  11. "contents"=> array(
  12. array(
  13. "type"=> "button",
  14. "action"=> array(
  15. "type"=> "postback",
  16. "label"=> "HOT",
  17. "text"=> "hot",
  18. "data"=> "8"
  19. ),
  20. "height"=> "sm",
  21. "style"=> "link"
  22. ),
  23. array(
  24. "type"=> "button",
  25. "action"=> array(
  26. "type"=> "postback",
  27. "label"=> "ice",
  28. "text"=> "ice",
  29. "data"=> "4"
  30. ),
  31. "height"=> "md"
  32. ),
  33. array(
  34. "type"=> "button",
  35. "action"=> array(
  36. "type"=> "message",
  37. "label"=> "SALAH",
  38. "text"=> "ice"
  39. )
  40. )
  41. )
  42. )
  43. )
  44. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement