mirror of
https://github.com/iv-org/documentation.git
synced 2024-12-23 06:19:22 -05: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
|
```javascript
|
||||||
{
|
{
|
||||||
"commentCount": Int32?,
|
"commentCount": Int32?,
|
||||||
|
"videoId": String,
|
||||||
"comments": [
|
"comments": [
|
||||||
{
|
{
|
||||||
"author": String,
|
"author": String,
|
||||||
@ -124,14 +125,18 @@
|
|||||||
],
|
],
|
||||||
"authorId": String,
|
"authorId": String,
|
||||||
"authorUrl": String,
|
"authorUrl": String,
|
||||||
|
"isEdited": Bool,
|
||||||
"content": String,
|
"content": String,
|
||||||
"contentHtml": String,
|
"contentHtml": String,
|
||||||
"published": Int64,
|
"published": Int64,
|
||||||
"publishedText": String,
|
"publishedText": String,
|
||||||
"likeCount": Int32,
|
"likeCount": Int32,
|
||||||
"commentId": String,
|
"commentId": String,
|
||||||
|
"authorIsChannelOwner": Bool,
|
||||||
|
"creatorHeart": {
|
||||||
|
"creatorThumbnail": String,
|
||||||
|
"creatorName": String
|
||||||
|
}?,
|
||||||
"replies": {
|
"replies": {
|
||||||
"replyCount": Int32,
|
"replyCount": Int32,
|
||||||
"continuation": String
|
"continuation": String
|
||||||
|
Loading…
Reference in New Issue
Block a user