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.9.0/mod.ts";

Properties

name: string

Option name

Type of Option

optional
value: any

Value of the option

Sub options

optional
focused: boolean

Whether this option was focused in Autocomplete Interaction