Class ApplicationCommandsTranslationContext
The application commands translation context.
Inheritance
System.Object
ApplicationCommandsTranslationContext
Namespace: DisCatSharp.ApplicationCommands
Assembly: DisCatSharp.ApplicationCommands.dll
Syntax
public class ApplicationCommandsTranslationContext
Properties
| Improve this Doc View SourceName
Gets the name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets the type.
Declaration
public Type Type { get; }
Property Value
Type | Description |
---|---|
System.Type |
Methods
| Improve this Doc View SourceAddTranslation(String)
Declaration
public void AddTranslation(string translationJson)
Parameters
Type | Name | Description |
---|---|---|
System.String | translationJson |