Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denocordts/src/types/mod.ts>APIMessageInteraction

An Object Oriented Discord API wrapper for Deno.
Latest
interface APIMessageInteraction
Re-export
import { type APIMessageInteraction } from "https://deno.land/x/denocordts@1.2.0/src/types/mod.ts";

Properties

ID of the interaction

The type of interaction

name: string

The name of the ApplicationCommand

user: APIUser

The user who invoked the interaction

The guild member who invoked the interaction, only sent in MESSAGE_CREATE events