Skip to main content
Module

x/harmony/mod.ts>InteractionApplicationCommandData

An easy to use Discord API Library for Deno.
Latest
interface InteractionApplicationCommandData
Re-export
import { type InteractionApplicationCommandData } from "https://deno.land/x/harmony@v2.9.0/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.