Interface ApplicationCommandOption<T>
Type parameters
-
T: Constants["ApplicationCommandOptionTypes"][Exclude<keyof Constants["ApplicationCommandOptionTypes"], "SUB_COMMAND" | "SUB_COMMAND_GROUP">]
Properties
channel_types
channel_
types: T extends 7 ? undefined | ChannelTypes : never
description
description: string
name
name: string
Optional required
required: boolean
type
type: T