export declare class SharedNameAndDescription
This mixin holds name and description symbols for slash commands.
readonlyoptionalLocalizationMap description_localizations? :
The description localizations of this command.
readonlystring description :
The description of this command.
readonlyoptionalLocalizationMap name_localizations? :
The name localizations of this command.
readonlystring name :
The name of this command.
setDescriptiondescription: string) : this (
description: string
Sets the description of this command.
setDescriptionLocalizationlocale: LocaleString) : this (
locale: LocaleString
Sets a description localization for this command.
setDescriptionLocalizationslocalizedDescriptions: LocalizationMap | null) : this (
localizedDescriptions: LocalizationMap | null
Sets the description localizations for this command.
setNamename: string) : this (
name: string
Sets the name of this command.
setNameLocalizationlocale: LocaleString) : this (
locale: LocaleString
Sets a name localization for this command.
setNameLocalizationslocalizedNames: LocalizationMap | null) : this (
localizedNames: LocalizationMap | null
Sets the name localizations for this command.