Advertisement
danilborchevkin

Valid bot with galleries

May 8th, 2018
411
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. {
  2. "title":"chatforma_telegram_dev_bot",
  3. "type":"telegram",
  4. "data":{
  5. "messages":[
  6. {
  7. "id":"llno3nmyuq",
  8. "starting":true,
  9. "default":false,
  10. "poll":false,
  11. "name":"Стартовое сообщение бота 7",
  12. "elements":[
  13. {
  14. "type":"text",
  15. "content":"Привет от бота №7"
  16. }
  17. ],
  18. "triggers":[
  19. {
  20. "type":"tags",
  21. "tags":[
  22.  
  23. ]
  24. }
  25. ]
  26. },
  27. {
  28. "id":"4s5hqfv9ww",
  29. "starting":false,
  30. "default":true,
  31. "poll":false,
  32. "name":"Бот №7 не хочет с тобой разговаривать",
  33. "elements":[
  34. {
  35. "type":"text",
  36. "content":"Бот №7 не хочет с тобой разговаривать"
  37. },
  38. {
  39. "type": "gallery",
  40. "id": "ewwbkj71hi",
  41. "items": [
  42. {
  43. "buttons": [
  44. {
  45. "name": "Ссылка на гугл",
  46. "type": "external_link",
  47. "url": "http://test.ru"
  48. },
  49. {
  50. "name": "Ссылка на другой сайт",
  51. "type": "external_link",
  52. "url": "http://test.ru"
  53. }
  54. ],
  55. "attachment_id": "359b76db-53bf-41ce-8857-3ccc53797194",
  56. "title": "Первый заголовок",
  57. "subtitle": "Первый подзаголовок",
  58. "url": "https://koniglabs.de"
  59. },
  60. {
  61. "buttons": [
  62. {
  63. "name": "Ссылка на яндекс",
  64. "type": "external_link",
  65. "url": "https://google.com/"
  66. },
  67. {
  68. "name": "Ссылка на Кениглабс",
  69. "type": "external_link",
  70. "url": "https://koniglabs.com/"
  71. }
  72. ],
  73. "attachment_id": "359b76db-53bf-41ce-8857-3ccc53797194",
  74. "title": "Второй Заголовок",
  75. "subtitle": "Второй Подзаголовок",
  76. "url": "https://atlassian.com"
  77. },
  78. {
  79. "buttons": [
  80. {
  81. "name": "Ссылка на duck",
  82. "type": "external_link",
  83. "url": "https://duckduckgo.com/"
  84. },
  85. {
  86. "name": "Ссылка на rambler",
  87. "type": "external_link",
  88. "url": "https://rambler.ru/"
  89. }
  90. ],
  91. "attachment_id": "359b76db-53bf-41ce-8857-3ccc53797194",
  92. "title": "Третий Заголовок",
  93. "subtitle": "Третий Подзаголовок",
  94. "url": "https://atlassian.com"
  95. }
  96. ]
  97. }
  98. ],
  99. "triggers":[
  100. {
  101. "type":"tags",
  102. "tags":[
  103.  
  104. ]
  105. }
  106. ]
  107. }
  108. ]
  109. }
  110. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement