Compare commits

...

3 Commits

Author SHA1 Message Date
FineFindus 5f7b4fdc08
Merge 81fcc1b827 into 0ce73f74e0 2024-01-24 18:05:04 +01:00
FineFindus 81fcc1b827
Merge branch 'main' into patch-3 2023-10-27 21:09:57 +02:00
FineFindus 32c161ed7d
docs(comment): add channelOwner field 2023-10-26 14:17:23 +02:00
1 changed files with 3 additions and 1 deletions

View File

@ -126,7 +126,8 @@ Response:
"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
"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
"disabled": false, // Whether or not the comments are disabled
@ -157,6 +158,7 @@ Response:
"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
"channelOwner": false, // Whether the comment author is the channel owner
"creatorReplied": false // Whether the creator has replied to the comment
}
], // A list of comments