get_replies
Retrieve replies to a message in a Telegram channel or group thread. Specify the chat and message ID to get the comment thread.
Instructions
读取一条消息的回复串 —— 频道帖子下的评论区,或话题群里某条消息的回复。
Args: chat: 帖子所在的频道 / 群。 message_id: 帖子(或话题起始消息)的 ID。 limit: 取多少条评论,最多 200。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat | Yes | ||
| limit | No | ||
| message_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||