Notification Type Private Message
{
"is_new": "boolean",
"sid": "string",
"type": "string",
"active_at": "string",
"message": {
"id": "integer",
"sender_id": "integer",
"message": "string",
"created_at": "string",
"status": "string",
"file": "object"
}
}
Example preview:

Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| is_new | boolean | true | read-only | If true, the notification has been read |
| sid | string | true | read-only | Serialization id of the notification |
| type | string | true | read-only | Type "private_message" |
| active_at | string(date-time) | true | read-only | Time when the notification was generated |
| message | Message | true | read-only | Message received |