Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.82 KB | None | 0 0
  1. # -*- coding: utf-8 -*-
  2.  
  3. keyboard = {
  4.     "one_time": True,
  5.     "buttons": [
  6.       [{
  7.         "action": {
  8.           "type": "text",
  9.           "payload": "{\"button\": \"1\"}",
  10.           "label": "шутка"
  11.         },
  12.         "color": "primary"
  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.         "action": {
  32.           "type": "text",
  33.           "payload": "{\"button\": \"4\"}",
  34.           "label": "шутка"
  35.         },
  36.         "color": "primary"
  37.       }]
  38.     ]
  39.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement