Skip to main content

Class ApplicationInstallParams

Represents install parameters for an application.

Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public class ApplicationInstallParams

Properties​

Scopes​

Gets the scopes to install this application.

View Source​
Declaration
public IReadOnlyCollection<string> Scopes { get; }

Permission​

Gets the default permissions to install this application

View Source​
Declaration
public GuildPermission? Permission { get; }