rustyfox/docs/Comment.md
2025-01-27 18:37:01 +01:00

18 lines
707 B
Markdown

# 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<models::Comment>**](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)