Add new parameters in comments API

This commit is contained in:
Agustin Ferrari 2019-02-09 01:58:06 +00:00
parent 34f4e4646e
commit 23964b9485

9
API.md
View File

@ -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