Advertisement
mauricioribeiro

Whatsapp Jsons

Nov 28th, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.47 KB | None | 0 0
  1. /**
  2. * json da instância:
  3. **/
  4. {
  5.     "name": "tony",
  6.     "phone": "5512988819289",
  7.     "platform": "android",
  8.     "qrCode": "data:image/png;base64,iVBORw...g==",
  9.     "updatedAt": "2019-11-28T17:57:56.330Z",
  10.     "screenshot": "data:image/png;base64,/9j/4AAQSkZJ...Q==",
  11.     "status": "CONNECTED" // DISCONNECTED | QR_CODE
  12. }
  13.  
  14. /**
  15. * json da mensagem recebida
  16. **/
  17. {
  18.     "message": "teste maneiro",
  19.     "to": "5512912345678",
  20.     "createdAt": "2019-11-28T13:08:32.520Z"
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement