Table of Contents

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

jsonModel JsonApplicationInstallParams

Properties

Permissions

The permissions to request for the application's bot role.

public Permissions Permissions { get; }

Property Value

Permissions

Scopes

The scopes to use when installing the application to the guild.

public IReadOnlyList<string> Scopes { get; }

Property Value

IReadOnlyList<string>