Merge pull request #15 from FineFindus/patch-1

docs(comments): add new creatorReplied field
This commit is contained in:
Kavin 2023-10-25 19:17:37 +01:00 committed by GitHub
commit d82fc3fe39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -125,7 +125,8 @@ Response:
"likeCount": 0, // The number of likes the comment has
"pinned": false, // Whether or not the comment is pinned
"thumbnail": "https://pipedproxy-bom.kavin.rocks/...", // The thumbnail of the comment
"verified": false // Whether or not the author of the comment is verified
"verified": false, // Whether or not the author of the comment is verified
"creatorReplied": false // Whether the creator has replied to the comment
}
], // A list of comments
"disabled": false, // Whether or not the comments are disabled