Screenshot Comment¶
Fields¶
| Field | Type | Description |
|---|---|---|
| id | Integer | The ID number of the comment. |
| screenshot | Screenshot | The screenshot that the comment is on. |
| text | String | The comment text. |
| timestamp | String | The date/time the comment was created or updated. |
| timesince | String | A human-readable string describing how long since the comment was created or updated. |
| public | Boolean | Whether or not the comment is public. |
| user | User | The user who made the comment. |
| x | Integer | The X location on the screenshot. |
| y | Integer | The Y location on the screenshot. |
| width | Integer | The width of the comment area on the screenshot. |
| height | Integer | The height of the comment area on the screenshot. |