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:
|
||||
type: integer
|
||||
description: The number of likes the comment has.
|
||||
replyCount:
|
||||
type: integer
|
||||
description: The number of replies the comment has.
|
||||
hearted:
|
||||
type: boolean
|
||||
description: Whether the comment was hearted by the video's uploader.
|
||||
|
|
Loading…
Reference in a new issue