Skip to main content
Version: Next

APIApplicationCommandIntegerOptionBase

Hierarchy

Index

Properties

inheriteddescription

description: string

optionalinheriteddescription_localizations

description_localizations?: null | Partial<Record<Locale, null | string>>

optionalmax_value

max_value?: number

If the option is an INTEGER or NUMBER type, the maximum value permitted.

optionalmin_value

min_value?: number

If the option is an INTEGER or NUMBER type, the minimum value permitted.

inheritedname

name: string

optionalinheritedname_localizations

name_localizations?: null | Partial<Record<Locale, null | string>>

optionalinheritedrequired

required?: boolean

inheritedtype

type: Integer