Skip to main content
Go to Latest
interface InteractionApplicationCommandData
import { type InteractionApplicationCommandData } from "https://deno.land/x/harmony@v2.9.0/src/types/applicationCommand.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.