Advertisement
0xCor3

Carousel

Jul 9th, 2018
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. if ($command == 'menu2' || $command == "Menu2" || $command == "/menu2") {
  2. $balas = array(
  3. 'replyToken' => $replyToken,
  4. 'messages' => array(
  5. array(
  6. 'type' => 'text',
  7. 'text' => 'Halo '.$profil->displayName.' Silahkan Pilih Menu v2 dibawah ya, hehe :)'
  8. ),
  9. array (
  10. 'type' => 'template',
  11. 'altText' => 'Anda di sebut',
  12. 'template' =>
  13. array (
  14. 'type' => 'carousel',
  15. 'columns' =>
  16. array (
  17. 0 =>
  18. array (
  19. 'thumbnailImageUrl' => 'https://sguru.org/wp-content/uploads/2018/01/instagram-colourful-icon.png',
  20. 'imageBackgroundColor' => '#00FFFF',
  21. 'title' => 'Instagram',
  22. 'text' => 'Stalk or Hmm',
  23. 'actions' =>
  24. array (
  25. 0 =>
  26. array (
  27. 'type' => 'message',
  28. 'label' => 'Show Menu',
  29. 'text' => "/instamenu",
  30. ),
  31. ),
  32. ),
  33. ),
  34. 'imageAspectRatio' => 'rectangle',
  35. 'imageSize' => 'cover',
  36. ),
  37. )
  38. )
  39. );
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement