Skip to main content
Module

x/harmony/src/types/endpoint.ts>MESSAGE_REACTION_USER

An easy to use Discord API Library for Deno.
Go to Latest
variable MESSAGE_REACTION_USER
import { MESSAGE_REACTION_USER } from "https://deno.land/x/harmony@v2.9.0/src/types/endpoint.ts";

type

(
channelID: string,
messageID: string,
emojiID: string,
userID: string,
) => string