get_message_reactions
Retrieve the list of users who reacted to a specific message, optionally filtered by emoji and limited to a maximum of 100 reactions.
Instructions
看一条消息的表情回应明细:谁点了什么。
Args: chat: 对话。 message_id: 消息 ID。 limit: 返回多少条,最多 100。 emoji: 只看某一种表情,留空为全部。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat | Yes | ||
| emoji | No | ||
| limit | No | ||
| message_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||