# Comment ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **i32** | Comment's ID | **author** | [**models::UserPartial**](UserPartial.md) | | **date** | **String** | Comment's post date | **text** | **String** | Comment's content | **replies** | [**Vec**](Comment.md) | Replies to the comment | **reply_to** | Option<**i32**> | | **edited** | **bool** | Whether the comment was edited | **hidden** | **bool** | Whether the comment is hidden | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)