mirror of
https://github.com/TeamPiped/OpenAPI.git
synced 2024-08-14 23:56:55 +00:00
Add support for reply count.
This commit is contained in:
parent
b640280fd6
commit
26788736c1
1 changed files with 3 additions and 0 deletions
|
@ -723,6 +723,9 @@ components:
|
||||||
likeCount:
|
likeCount:
|
||||||
type: integer
|
type: integer
|
||||||
description: The number of likes the comment has.
|
description: The number of likes the comment has.
|
||||||
|
replyCount:
|
||||||
|
type: integer
|
||||||
|
description: The number of replies the comment has.
|
||||||
hearted:
|
hearted:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: Whether the comment was hearted by the video's uploader.
|
description: Whether the comment was hearted by the video's uploader.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue