2.9 KiB
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| SernSubCommandData | Interface: SernSubCommandData | SernSubCommandData | 0 | null |
Hierarchy
-
APIApplicationCommandOptionBase<ApplicationCommandOptionType.Subcommand>↳
SernSubCommandData
Properties
description
• description: string
Inherited from
APIApplicationCommandOptionBase.description
Defined in
node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/_chatInput/base.d.ts:7
description_localizations
• Optional description_localizations: null | Partial<Record<"id" | "en-US" | "en-GB" | "bg" | "zh-CN" | "zh-TW" | "hr" | "cs" | "da" | "nl" | "fi" | "fr" | "de" | "el" | "hi" | "hu" | "it" | "ja" | "ko" | "lt" | "no" | "pl" | "pt-BR" | "ro" | "ru" | "es-ES" | "sv-SE" | "th" | "tr" | "uk" | "vi", null | string>>
Inherited from
APIApplicationCommandOptionBase.description_localizations
Defined in
node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/_chatInput/base.d.ts:8
name
• name: string
Inherited from
APIApplicationCommandOptionBase.name
Defined in
node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/_chatInput/base.d.ts:5
name_localizations
• Optional name_localizations: null | Partial<Record<"id" | "en-US" | "en-GB" | "bg" | "zh-CN" | "zh-TW" | "hr" | "cs" | "da" | "nl" | "fi" | "fr" | "de" | "el" | "hi" | "hu" | "it" | "ja" | "ko" | "lt" | "no" | "pl" | "pt-BR" | "ro" | "ru" | "es-ES" | "sv-SE" | "th" | "tr" | "uk" | "vi", null | string>>
Inherited from
APIApplicationCommandOptionBase.name_localizations
Defined in
node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/_chatInput/base.d.ts:6
options
• Optional options: SernOptionsData[]
Defined in
required
• Optional required: boolean
Inherited from
APIApplicationCommandOptionBase.required
Defined in
node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/_chatInput/base.d.ts:9
type
• type: Subcommand
Overrides
APIApplicationCommandOptionBase.type