Class ApplicationInstallParams
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Represents install parameters for an application.
public class ApplicationInstallParams
- Inheritance
-
ApplicationInstallParams
- Inherited Members
Constructors
ApplicationInstallParams(string[], GuildPermission)
public ApplicationInstallParams(string[] scopes, GuildPermission permission)
Parameters
scopes
string[]permission
GuildPermission
Properties
Permission
Gets the default permissions to install this application.
public GuildPermission Permission { get; }
Property Value
Scopes
Gets the scopes to install this application.
public IReadOnlyCollection<string> Scopes { get; }