export declare class SharedName
This mixin holds name and description symbols for chat input commands.
protectedreadonlySharedNameData data :
clearNameLocalizationlocale: LocaleString) : this (
locale: LocaleString
Clears a name localization for this command.
setNamename: string) : this (
name: string
Sets the name of this command.
setNameLocalizationlocale: LocaleStringlocalizedName: string) : this (
locale: LocaleString
localizedName: string
Sets a name localization for this command.
setNameLocalizationslocalizedNames: Partial<Record<LocaleString, string>>) : this (
localizedNames: Partial<Record<LocaleString, string>>
Sets the name localizations for this command.