Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/discordeno_patched/mod.ts>DiscordMessageReactionAdd

Discord API library for Node and Deno
Go to Latest
interface DiscordMessageReactionAdd
Re-export
import { type DiscordMessageReactionAdd } from "https://deno.land/x/discordeno_patched@18.0.2/mod.ts";

Properties

user_id: string

The id of the user

channel_id: string

The id of the channel

message_id: string

The id of the message

optional
guild_id: string

The id of the guild

optional
member: DiscordMemberWithUser

The member who reacted if this happened in a guild

emoji: Partial<DiscordEmoji>

The emoji used to react