Skip to main content
Module

x/harmony/mod.ts>RESTEndpoints#deleteOwnReaction

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

Delete a reaction the current user has made for the message. 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

Returns

Promise<void>