GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

APIApplicationCommandInteractionDataSubcommandOption

API/Interfaces/APIApplicationCommandInteractionDataSubcommandOption
seyfert/lib/types/payloads/_interactions/_applicationCommands/_chatInput/subcommand.d.ts

Signature

export interface APIApplicationCommandInteractionDataSubcommandOption

Properties

3
nametypeoptions

Methods

0

No methods.

Properties

name#
name: string;
type#
type: ApplicationCommandOptionType.Subcommand;
options#
options?: APIApplicationCommandInteractionDataBasicOption[];