MessageReaction
- class MessageReaction()
Aggregated reaction data for one emoji on a message.
exported from
lib.weeble.dProperties
Methods
-
async MessageReaction.users(options: { after?: string; limit?: number; }) Promise<
User[]> Fetch the users who reacted with this emoji, with optional pagination.
- Parameters:
options — – Pagination options with
after(user ID to start after) andlimit(max users to return).
- Returns:
Array of users who reacted.
-
async MessageReaction.users(options: { after?: string; limit?: number; }) Promise<