get_album_comments
Retrieve a page of comments for a manga album, including nested replies and spoiler indicators.
Instructions
获取本子的一页评论,包括递归回评和剧透标识。
参数: album_id: 本子 ID (例如 "302820")。 page: 评论页码,从 1 开始(默认值:1)。
返回: 包含以下内容的字典: - album_id: 本子 ID - page: 当前页码 - page_size: 每页主评论数量 - total: 全部分页的主评论总数;不可用时为 null - page_count: 总页数;不可用时为 null - comment_count: 当前页主评论与所有层级回评总数 - comments: 评论列表,每条评论包含 replies 和 is_spoiler
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| album_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||