Skip to main content
Module

x/harmony/mod.ts>RESTEndpoints#getReactions

An easy to use Discord API Library for Deno.
Go to Latest
method RESTEndpoints.prototype.getReactions
Re-export
import { RESTEndpoints } from "https://deno.land/x/harmony@v2.9.0/mod.ts";

Get a list of users that reacted with this emoji. Returns an array of user objects on success. The emoji must be URL Encoded or the request will fail with 10014: Unknown Emoji.

Parameters

channelId: string
messageId: string
emoji: string