mirror of
https://github.com/TeamPiped/documentation.git
synced 2024-08-14 23:50:09 +00:00
Merge pull request #16 from FineFindus/patch-2
docs(nextpage): add ceatorReplied field
This commit is contained in:
commit
1970856085
1 changed files with 2 additions and 1 deletions
|
@ -156,7 +156,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
|
||||
|
|
Loading…
Reference in a new issue