Type: object
Attribute | Type | Description |
---|---|---|
id | string | Unique id of the comment |
content | string | Content of the comment |
author | User | - |
updated | integer | The unix timestamp when the comment was updated |
Example
{
"id": "5dbad85a89ea51c1f35bcffe",
"author": {
"id": "5d9caaecb4a3fa9bc9718686",
"email": "[email protected]",
"username": "zozo",
"emotar": "🍎",
"avatar": "http://placekitten.com/200/300",
"last_seen": 1616739240
},
"content": "Hey ho! Let's go!",
"updated": 1572347818
}