Add support for reply count.

This commit is contained in:
Kavin 2022-10-17 14:43:23 +01:00
parent b640280fd6
commit 26788736c1
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
1 changed files with 3 additions and 0 deletions

View File

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