Advertisement
Guest User

Untitled

a guest
May 24th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 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. "action": {
  34. "type": "text",
  35. "payload": "{\"button\": \"3\"}",
  36. "label": "🔋 Ферма"
  37. },
  38. "color": "primary"
  39. }
  40. ]
  41. ]
  42. })
  43. };
  44. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement