docs(comments): add new creatorReplied field

This commit is contained in:
FineFindus 2023-10-25 14:09:17 +02:00 committed by GitHub
parent d66b1a9051
commit 89719ac38f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -125,7 +125,8 @@ Response:
"likeCount": 0, // The number of likes the comment has "likeCount": 0, // The number of likes the comment has
"pinned": false, // Whether or not the comment is pinned "pinned": false, // Whether or not the comment is pinned
"thumbnail": "https://pipedproxy-bom.kavin.rocks/...", // The thumbnail of the comment "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 ], // A list of comments
"disabled": false, // Whether or not the comments are disabled "disabled": false, // Whether or not the comments are disabled