Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. var chat = [
  2. {
  3. "action": "startChatContainer",
  4. "duration": 1000,
  5. "isGroup": true,
  6. "groupName": "Deadpool 2",
  7. "groupPicture": "https://i.imgur.com/ZqLei6Z.jpg",
  8. "label": "Tu e altri 15",
  9. "start": 0,
  10. "backgroundPicture": "nessuna"
  11. },
  12. {
  13. "action": "pause",
  14. "duration": 600
  15. },
  16. {
  17. "color": "#f5d71d",
  18. "action": "addMessageToChat",
  19. "direction": "right",
  20. "name": "Deadpool",
  21. "messages": ["Superman, almeno tu ci sei?"],
  22. "date": "18:04",
  23. "start": 1000,
  24. "end": 3000
  25. },
  26. {
  27. "color": "#ff0000",
  28. "action": "addMessageToChat",
  29. "direction": "left",
  30. "name": "Superman",
  31. "messages": ["L'ultima volta mi hai fatto credere di avermi preso un ghiacciolo alla menta ma era alla kryptonite. Non vengo più"],
  32. "date": "18:05",
  33. "start": 6000,
  34. "end": 8000
  35. },
  36. {
  37. "action": "addOrAbandonGroup",
  38. "text": "Superman ha abbandonato il gruppo",
  39. "start": 58000,
  40. "end": 60000
  41. },
  42. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement