Preview environment

interface APIApplicationCommandNumberOptionBase

export interface APIApplicationCommandNumberOptionBase extends APIApplicationCommandOptionBase<ApplicationCommandOptionType.Number>

optional
description_localizations? : LocalizationMap | null

Inherited from: APIApplicationCommandOptionBase

description : string

Inherited from: APIApplicationCommandOptionBase

optional
max_value? : number

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

optional
min_value? : number

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

optional
name_localizations? : LocalizationMap | null

Inherited from: APIApplicationCommandOptionBase

optional
required? : boolean

Inherited from: APIApplicationCommandOptionBase

type : Type

Inherited from: APIApplicationCommandOptionBase