Preparing search index...
The search index is not available
discord-js-button-pagination-ts
discord-js-button-pagination-ts
<internal>
APIApplicationCommandOptionBase
Interface APIApplicationCommandOptionBase<Type>
interface
APIApplicationCommandOptionBase
<
Type
extends
ApplicationCommandOptionType
,
>
{
description
:
string
;
description_localizations
?:
null
|
Partial
<
Record
<
Locale
,
null
|
string
>
>
;
name
:
string
;
name_localizations
?:
null
|
Partial
<
Record
<
Locale
,
null
|
string
>
>
;
required
?:
boolean
;
type
:
Type
;
}
Type Parameters
Type
extends
ApplicationCommandOptionType
Hierarchy (
View Summary
)
APIApplicationCommandOptionBase
APIApplicationCommandSubcommandGroupOption
APIApplicationCommandSubcommandOption
APIApplicationCommandChannelOption
APIApplicationCommandIntegerOptionBase
APIApplicationCommandNumberOptionBase
APIApplicationCommandStringOptionBase
Index
Properties
description
description_
localizations?
name
name_
localizations?
required?
type
Properties
description
description
:
string
Optional
description_
localizations
description_localizations
?:
null
|
Partial
<
Record
<
Locale
,
null
|
string
>
>
name
name
:
string
Optional
name_
localizations
name_localizations
?:
null
|
Partial
<
Record
<
Locale
,
null
|
string
>
>
Optional
required
required
?:
boolean
type
type
:
Type
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
description_
localizations
name
name_
localizations
required
type
discord-js-button-pagination-ts
Loading...