Preview environment

interface APIApplicationCommandStringOptionBase

export interface APIApplicationCommandStringOptionBase extends APIApplicationCommandOptionBase<ApplicationCommandOptionType.String>

optional
description_localizations? : LocalizationMap | null

Inherited from: APIApplicationCommandOptionBase

description : string

Inherited from: APIApplicationCommandOptionBase

optional
max_length? : number

For option type STRING, the maximum allowed length (minimum of 1, maximum of 6000).

optional
min_length? : number

For option type STRING, the minimum allowed length (minimum of 0, maximum of 6000).

optional
name_localizations? : LocalizationMap | null

Inherited from: APIApplicationCommandOptionBase

optional
required? : boolean

Inherited from: APIApplicationCommandOptionBase

type : Type

Inherited from: APIApplicationCommandOptionBase