Advertisement
Guest User

Untitled

a guest
May 24th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. {
  2. keyboard:JSON.stringify(
  3. {
  4. "one_time": false,
  5. "buttons": [
  6. [{
  7. "action": {
  8. "type": "text",
  9. "payload": "{\"button\": \"1\"}",
  10. "label": "๐Ÿ”‘ ะ‘ะพะฝัƒั"
  11. },
  12. "color": "positive"
  13. },
  14. {
  15. "action": {
  16. "type": "text",
  17. "payload": "{\"button\": \"2\"}",
  18. "label": "๐Ÿ“š ะŸะพะผะพั‰ัŒ"
  19. },
  20. "color": "primary"
  21. },
  22. {
  23. "action": {
  24. "type": "text",
  25. "payload": "{\"button\": \"3\"}",
  26. "label": "๐Ÿ”‹ ะคะตั€ะผะฐ"
  27. },
  28. "color": "primary"
  29. }
  30. ]
  31. ]
  32. })
  33. };
  34. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement