Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.79 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.       "is_blocked: TRUE OR FLASE depending on the condition
  8.      "creator": {
  9.        "id": 1,
  10.        "full_name": "Saša Matić",
  11.        "image_url": "path/to/avatar"
  12.      },
  13.      "invited": {
  14.        "id": 2,
  15.        "full_name": "Dejan Matić",
  16.        "image_url": "path/to/avatar"
  17.      },
  18.      "last_message": {
  19.        "id": 20,
  20.        "chat_id": 1,
  21.        "user_id": 2,
  22.        "content": "testfewfewfw",
  23.        "is_read": 0,
  24.        "created_at": "2016-07-21 11:44:35",
  25.        "updated_at": "2016-07-21 11:44:35"
  26.      },
  27.      "un_read_messages_relation": {
  28.        "chat_id": 1,
  29.        "count": 8
  30.      }
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement