Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

Chat Message Structure #4

Open
smiles2424 opened this issue Jun 19, 2017 · 0 comments
Open

Chat Message Structure #4

smiles2424 opened this issue Jun 19, 2017 · 0 comments

Comments

@smiles2424
Copy link
Owner

Enhance the Chat structure from its simple form right now to its more complex form.

"data": {
    "id": 1,
    "name": "A chat",
    "users": [
      {
        "id": 1,
        "name": "Alex Patoka",
        "email": "alex@orainteractive.com"
      }
    ],
    "last_chat_message": {
      "id": 1,
      "chat_id": 1,
      "user_id": 1,
      "message": "What are you doing later today?",
      "created_at": "2016-12-25T12:00:00+0000",
      "user": {
        "id": 1,
        "name": "Alex Patoka",
        "email": "alex@orainteractive.com"
      }
    }
  }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant