Guest User

Untitled

a guest
Jan 23rd, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. const validationPattern = {
  2.  
  3. intents: [
  4. {
  5. value: 'get_joke'
  6. }
  7. ],
  8.  
  9. entities: {
  10.  
  11. firstname: {
  12.  
  13. },
  14.  
  15. lastname: {
  16.  
  17. },
  18.  
  19. category: {
  20. collection: true
  21. }
  22. }
  23.  
  24. }
  25.  
  26. const messageOptions = {
  27. reply_markup: {
  28. inline_keyboard: [
  29. [
  30. MswagURLInlineKeyBoardButton
  31. ]
  32. ]
  33. }
  34. }
Add Comment
Please, Sign In to add comment