707 B
707 B
Comment
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | i32 | Comment's ID | |
author | models::UserPartial | ||
date | String | Comment's post date | |
text | String | Comment's content | |
replies | Vecmodels::Comment | Replies to the comment | |
reply_to | Option<i32> | ||
edited | bool | Whether the comment was edited | |
hidden | bool | Whether the comment is hidden |