mirror of
https://gitea.invidious.io/iv-org/documentation
synced 2024-12-25 17:02:40 +01:00
Add new parameters in comments API
This commit is contained in:
parent
34f4e4646e
commit
23964b9485
9
API.md
9
API.md
@ -114,6 +114,7 @@
|
||||
```javascript
|
||||
{
|
||||
"commentCount": Int32?,
|
||||
"videoId": String,
|
||||
"comments": [
|
||||
{
|
||||
"author": String,
|
||||
@ -124,14 +125,18 @@
|
||||
],
|
||||
"authorId": String,
|
||||
"authorUrl": String,
|
||||
|
||||
"isEdited": Bool,
|
||||
"content": String,
|
||||
"contentHtml": String,
|
||||
"published": Int64,
|
||||
"publishedText": String,
|
||||
"likeCount": Int32,
|
||||
"commentId": String,
|
||||
|
||||
"authorIsChannelOwner": Bool,
|
||||
"creatorHeart": {
|
||||
"creatorThumbnail": String,
|
||||
"creatorName": String
|
||||
}?,
|
||||
"replies": {
|
||||
"replyCount": Int32,
|
||||
"continuation": String
|
||||
|
Loading…
Reference in New Issue
Block a user