Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.73 KB | None | 0 0
  1. {
  2.       "id": 1,
  3.       "user_one_id": 1,
  4.       "user_two_id": 2,
  5.       "created_at": "2016-07-20 13:24:47",
  6.       "updated_at": "2016-07-20 13:24:47",
  7.       "creator": {
  8.         "id": 1,
  9.         "full_name": "Saša Matić",
  10.         "image_url": "path/to/avatar"
  11.       },
  12.       "invited": {
  13.         "id": 2,
  14.         "full_name": "Dejan Matić",
  15.         "image_url": "path/to/avatar"
  16.       },
  17.       "last_message": {
  18.         "id": 20,
  19.         "chat_id": 1,
  20.         "user_id": 2,
  21.         "content": "testfewfewfw",
  22.         "is_read": 0,
  23.         "created_at": "2016-07-21 11:44:35",
  24.         "updated_at": "2016-07-21 11:44:35"
  25.       },
  26.       "un_read_messages_relation": {
  27.         "chat_id": 1,
  28.         "count": 8
  29.       }
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement