Private Message
{
"id": "integer",
"sender": {},
"receiver": {},
"message": "string",
"created_at": "string",
"status": "string",
"file": {},
"thread_id": "integer"
}
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
id | integer | false | read-only | A unique integer value identifying the private message |
sender | User | false | read-only | The sender/creator of the message |
receiver | User | false | read-only | The receiver of the message |
message | string | true | none | Text message |
created_at | string(date-time) | false | read-only | Send date time |
status | string | true | none | Message status: created, deleted or hidden message |
file | File | true | none | The private message file |
thread_id | integer | false | read-only | A unique integer value identifying the thread id |