Skip to main content
Module

x/harmony/mod.ts>RESTEndpoints#deleteUserReaction

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

Deletes another user's reaction. This endpoint requires the 'MANAGE_MESSAGES' permission to be present on the current user. Returns a 204 empty response on success. The emoji must be URL Encoded or the request will fail with 10014: Unknown Emoji.

Parameters

channelId: string
messageId: string
emoji: string
userId: string

Returns

Promise<void>