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

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

[Back to Model list] [Back to API list] [Back to README]