declare class SharedNameAndDescription extends SharedName
This mixin holds name and description symbols for chat input commands.
protectedreadonlyexternalSharedNameAndDescriptionData data :
external clearDescriptionLocalizationlocale: Locale) : this (
locale: Locale
Clears a description localization for this command.
Clears all description localizations for this command.
external clearNameLocalizationlocale: 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 setDescriptiondescription: string) : this (
description: string
Sets the description of this command.
Sets a description localization for this command.
Sets a name localization for this command.
Inherited from: SharedName
Sets the name localizations for this command.
Inherited from: SharedName