获取评论子评论/Get comment replies

Weiboapi

About

获取评论子评论/Get comment replies

Documentation

获取评论子评论/Get comment replies

[中文]

用途:

  • 获取评论的子评论(回复)

参数:

  • cid: 根评论ID(从 fetch_post_comments 返回的评论中获取)
  • max_id: 翻页用的ID,默认0为第一页,从上一页返回结果中获取下一页的max_id

返回:

  • 子评论列表

[English]

Purpose:

  • Get comment replies (sub-comments)

Parameters:

  • cid: Root comment ID (from fetch_post_comments response)
  • max_id: Pagination ID, default 0 for first page, get next page max_id from previous response

Return:

  • Sub-comments list

[示例/Example]

cid = "5100663573318494" max_id = "0"

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 获取评论子评论/Get comment replies

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models