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

x/harmony/src/types/mod.ts>InteractionApplicationCommandData

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

Properties

name: string

Name of the Application Command

id: string

Unique ID of the Application Command

Type of the Application Command

Options (arguments) sent with Interaction

Resolved data for options/targets in Application Command

optional
target_id: string

Target ID if Command was targeted to something through Context Menu, for example User, Message, etc.