Class JsonApplicationInstallParams
- Namespace
- NetCord.JsonModels
- Assembly
- NetCord.dll
public class JsonApplicationInstallParams
- Inheritance
-
JsonApplicationInstallParams
- Inherited Members
Constructors
JsonApplicationInstallParams()
public JsonApplicationInstallParams()
Properties
Permissions
[JsonPropertyName("permissions")]
public Permissions Permissions { get; set; }
Property Value
Scopes
[JsonPropertyName("scopes")]
public string[] Scopes { get; set; }
Property Value
- string[]