Skip to main content
Module

x/higa/mod.ts>ApplicationCommandOption

A package to interract with the Discord API coded by myself
Go to Latest
interface ApplicationCommandOption
Re-export
import { type ApplicationCommandOption } from "https://deno.land/x/higa@0.1.1/mod.ts";

Properties

type: ApplicationCommandOptionType
name: string
optional
name_localizations: LocalizedString
description: string
optional
description_localizations: LocalizedString
optional
required: boolean
optional
options: ApplicationCommandOption[]
optional
channel_types: ChannelType[]
optional
min_value: number
optional
max_value: number
optional
autocomplete: boolean