Skip to main content
Module

x/harmony/mod.ts>InteractionApplicationCommandOption

An easy to use Discord API Library for Deno.
Go to Latest
interface InteractionApplicationCommandOption
Re-export
import { type InteractionApplicationCommandOption } from "https://deno.land/x/harmony@v2.7.0/mod.ts";

Properties

name: string

Option name

type: ApplicationCommandOptionType

Type of Option

optional
value: any

Value of the option

optional
options: InteractionApplicationCommandOption[]

Sub options

optional
focused: boolean

Whether this option was focused in Autocomplete Interaction