declare class SharedNameAndDescription extends SharedNameThis mixin holds name and description symbols for chat input commands.
external clearDescriptionLocalization(locale: Locale) : this
locale: Locale
Clears a description localization for this command.
Clears all description localizations for this command.
external clearNameLocalization(locale: Locale) : this
locale: Locale
Clears a name localization for this command.
Inherited from: SharedName
Clears all name localizations for this command.
Inherited from: SharedName
external setDescription(description: string) : this
description: string
Sets the description of this command.
Sets a description localization for this command.
Sets the description localizations for this command.
Sets a name localization for this command.
Inherited from: SharedName
Sets the name localizations for this command.
Inherited from: SharedName