Skip to main content
Module

x/wackford/discordeno.ts>DiscordMessageReactionAdd

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
interface DiscordMessageReactionAdd
Re-export
import { type DiscordMessageReactionAdd } from "https://deno.land/x/wackford@v0.0.4/discordeno.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