We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647379a commit 11bd53bCopy full SHA for 11bd53b
docs/resources/server/comment.md
@@ -44,6 +44,7 @@ A list of all known keys can be found in the table below
44
| 2 | comment | **String** | The comment left by the user, encoded in [base64](/topics/encryption/base64.md)
45
| 3 | author* | **Integer** | The player ID of the author. **This is different than the account ID**
46
| 4 | likes | **Integer** | The amount of likes the comment has
47
+| 5 | dislikes | **Integer** | The amount of dislikes the comment has -> unused
48
| 6 | messageID | **Integer** | The message ID. Account comments have different IDs than level comments
49
| 7 | spam | **Bool** | If a comment has been flagged as spam
50
| 9 | age | **String** | How long ago the comment was posted (e.g. "2 months")
0 commit comments