Class ApplicationInstallParams
- Namespace
- NetCord
- Assembly
- NetCord.dll
Represents the configuration state for an application install.
public class ApplicationInstallParams : IJsonModel<JsonApplicationInstallParams>
- Inheritance
-
ApplicationInstallParams
- Implements
- Inherited Members
Constructors
ApplicationInstallParams(JsonApplicationInstallParams)
Represents the configuration state for an application install.
public ApplicationInstallParams(JsonApplicationInstallParams jsonModel)
Parameters
jsonModelJsonApplicationInstallParams
Properties
Permissions
The permissions to request for the application's bot role.
public Permissions Permissions { get; }
Property Value
Scopes
The scopes to use when installing the application to the guild.
public IReadOnlyList<string> Scopes { get; }