mirror of
https://github.com/TeamPiped/documentation.git
synced 2024-08-14 23:50:09 +00:00
docs(comment): add channelOwner field
This commit is contained in:
parent
d82fc3fe39
commit
32c161ed7d
1 changed files with 4 additions and 2 deletions
|
@ -126,7 +126,8 @@ Response:
|
||||||
"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
|
"creatorReplied": false, // Whether the creator has replied to the comment
|
||||||
|
"channelOwner": false // Whether the comment author is the channel owner
|
||||||
}
|
}
|
||||||
], // 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
|
||||||
|
@ -156,7 +157,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
|
||||||
|
"channelOwner": false // Whether the comment author is the channel owner
|
||||||
}
|
}
|
||||||
], // 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue