SlashCommandChannelOption
export declare class SlashCommandChannelOption extends ApplicationCommandOptionBase
export declare class SlashCommandChannelOption extends ApplicationCommandOptionBase
No summary provided.
Extends
ApplicationCommandOptionBaseReadonly
Optional
description_localizations?
:
LocalizationMap
Inherited from SharedNameAndDescription
Readonly
description
:
string
Inherited from SharedNameAndDescription
Readonly
Optional
name_localizations?
:
LocalizationMap
Inherited from SharedNameAndDescription
Readonly
name
:
string
Inherited from SharedNameAndDescription
Readonly
required
:
boolean
Inherited from ApplicationCommandOptionBase
Readonly
type
:
ApplicationCommandOptionType.Channel
Readonly
Optional
Inherited from ApplicationCommandOptionChannelTypesMixin
Protected
runRequiredValidations()
:
void
setDescription(description)
:
this
Sets the description
Name | Type | Optional | Description |
---|---|---|---|
description | string | No | The description |
setDescriptionLocalization(locale, localizedDescription)
:
this
Sets a description localization
Name | Type | Optional | Description |
---|---|---|---|
locale | LocaleString | No | The locale to set a description for |
localizedDescription | string | null | No | The localized description for the given locale |
setDescriptionLocalizations(localizedDescriptions)
:
this
Sets the description localizations
Name | Type | Optional | Description |
---|---|---|---|
localizedDescriptions | LocalizationMap | null | No | The dictionary of localized descriptions to set |
setName(name)
:
this
setNameLocalization(locale, localizedName)
:
this
Sets a name localization
Name | Type | Optional | Description |
---|---|---|---|
locale | LocaleString | No | The locale to set a description for |
localizedName | string | null | No | The localized description for the given locale |
setNameLocalizations(localizedNames)
:
this
Sets the name localizations
Name | Type | Optional | Description |
---|---|---|---|
localizedNames | LocalizationMap | null | No | The dictionary of localized descriptions to set |
setRequired(required)
:
this
Marks the option as required
Name | Type | Optional | Description |
---|---|---|---|
required | boolean | No | If this option should be required |
toJSON()
:
APIApplicationCommandChannelOption
addChannelTypes(channelTypes)
:
this
Adds channel types to this option
Name | Type | Optional | Description |
---|---|---|---|
channelTypes | ApplicationCommandOptionAllowedChannelTypes[] | No | The channel types to add |