帖子评论/讨论/Post comments

Telegramapi

About

帖子评论/讨论/Post comments

Documentation

帖子评论/讨论/Post comments

[中文]

用途:

  • 拉取某条频道帖子在其关联讨论群里的评论。

参数:

  • channel: 频道用户名;post_id: 帖子 ID;limit: 返回条数(1-100)。

返回:

  • 评论列表;频道未开启评论/无关联讨论群时返回空。
  • 后端 MTProto 未启用时返回 mtproto_required = true 与提示。

[English]

Purpose:

  • Fetch comments of a channel post from its linked discussion group.

Parameters:

  • channel: Channel username; post_id: Post ID; limit: number of comments (1-100).

Return:

  • Comment list; empty when the channel has comments disabled / no linked discussion group.
  • Returns mtproto_required = true with a hint when the MTProto backend is not enabled.

[示例/Example]

channel = "durov"; post_id = 510

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

Try 帖子评论/讨论/Post comments

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

Open in Playground

Related Models