discord_get_reactions
Retrieve users who reacted with a specific emoji on a Discord message, supporting pagination for handling large reaction lists.
Instructions
List users who reacted with a specific emoji on a message. Paginated (default 25, max 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | ||
| message_id | Yes | ||
| emoji | Yes | ||
| limit | No | 1-100, default 25. | |
| after | No | User ID cursor for pagination. |