Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. "telegram": {
  2. "text": "Selecione a opção desejada:",
  3. "reply_markup": {
  4. "keyboard": [
  5. [
  6. {
  7. "text": "Compartilhar sua Localização",
  8. "callback_data": "location",
  9. "request_location": true
  10. }
  11. ],
  12. [
  13. {
  14. "text": "Cancelar",
  15. "callback_data": "Cancelar"
  16. }
  17. ]
  18. ]
  19. }
  20. }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement