photo.json 832 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "update_id": 3,
  3. "message": {
  4. "from": {
  5. "last_name":"Test Lastname",
  6. "id":111111,
  7. "first_name":"Test Firstname",
  8. "username":"Testusername"
  9. },
  10. "chat": {
  11. "last_name":"Test Lastname",
  12. "id":111111,
  13. "first_name":"Test Firstname",
  14. "username":"Testusername",
  15. "type": "private"
  16. },
  17. "message_id": 3,
  18. "date": 1486036832,
  19. "photo": [
  20. {
  21. "file_id": "photofileid1",
  22. "file_size": 123456,
  23. "width": 90,
  24. "height": 82
  25. },
  26. {
  27. "file_id": "photofileid2",
  28. "file_size": 123456,
  29. "width": 320,
  30. "height": 291
  31. },
  32. {
  33. "file_id": "photofileid3",
  34. "file_size": 123456,
  35. "width": 720,
  36. "height": 654
  37. }
  38. ],
  39. "caption": "caption 123<b>abc</b>"
  40. }
  41. }