Advertisement
Olegos

Untitled

Nov 4th, 2020
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. [100] One of the parameters specified was missing or invalid: keyboard contains incorrect JSON
  2.  
  3.  
  4.  
  5. {
  6. "one_time":false,
  7. "buttons":[
  8. [
  9. {
  10. "action":{
  11. "type":"location",
  12. "payload":"{\"button\": \"1\"}"
  13. }
  14. }
  15. ],
  16. [
  17. {
  18. "action":{
  19. "type":"open_app",
  20. "app_id":6232540,
  21. "owner_id":-157525928,
  22. "hash":"123",
  23. "label":"LiveWidget"
  24. }
  25. }
  26. ],
  27. [
  28. {
  29. "action":{
  30. "type":"vkpay",
  31. "hash":"action=transfer-to-group&group_id=181108510&aid=10"
  32. }
  33. }
  34. ],
  35. [
  36. {
  37. "action":{
  38. "type":"text",
  39. "payload":"{\"button\": \"1\"}",
  40. "label":"Red"
  41. },
  42. "color":"negative"
  43. },
  44. {
  45. "action":{
  46. "type":"text",
  47. "payload":"{\"button\": \"2\"}",
  48. "label":"Green"
  49. },
  50. "color":"positive"
  51. },
  52. {
  53. "action":{
  54. "type":"text",
  55. "payload":"{\"button\": \"2\"}",
  56. "label":"Blue"
  57. },
  58. "color":"primary"
  59. },
  60. {
  61. "action":{
  62. "type":"text",
  63. "payload":"{\"button\": \"2\"}",
  64. "label":"White"
  65. },
  66. "color":"secondary"
  67. }
  68. ]
  69. ]
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement