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

x/discordeno_patched/mod.ts>DiscordMessageInteraction

Discord API library for Node and Deno
Latest
interface DiscordMessageInteraction
import { type DiscordMessageInteraction } from "https://deno.land/x/discordeno_patched@18.0.3/mod.ts";

Properties

id: string

Id of the interaction

type: InteractionTypes

The type of interaction

name: string

The name of the ApplicationCommand including the name of the subcommand/subcommand group

user: DiscordUser

The user who invoked the interaction

optional
member: Partial<DiscordMember>

The member who invoked the interaction in the guild