Class ApplicationInstallParams
- Namespace
- NetCord
- Assembly
- NetCord.dll
public class ApplicationInstallParams : IJsonModel<JsonApplicationInstallParams>
- Inheritance
-
ApplicationInstallParams
- Implements
- Inherited Members
Constructors
ApplicationInstallParams(JsonApplicationInstallParams)
public ApplicationInstallParams(JsonApplicationInstallParams jsonModel)
Parameters
jsonModel
JsonApplicationInstallParams
Properties
Permissions
Permissions to request for the bot role.
public Permissions Permissions { get; }
Property Value
Scopes
Scopes to add the application to the server with.
public IReadOnlyList<string> Scopes { get; }