Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApplicationCommandOption<T>

Type parameters

  • T: Constants["ApplicationCommandOptionTypes"][Exclude<keyof Constants["ApplicationCommandOptionTypes"], "SUB_COMMAND" | "SUB_COMMAND_GROUP">]

Hierarchy

  • ApplicationCommandOption

Index

Properties

channel_types

channel_types: T extends 7 ? undefined | ChannelTypes : never

description

description: string

name

name: string

Optional required

required: boolean

type

type: T

Generated using TypeDoc