Class ApplicationInstallParams
Represents install parameters for an application.
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public class ApplicationInstallParams : object
Properties
| Improve this Doc View SourcePermission
Gets the default permissions to install this application
Declaration
public GuildPermission? Permission { get; }
Property Value
Type | Description |
---|---|
Nullable<GuildPermission> |
Scopes
Gets the scopes to install this application.
Declaration
public IReadOnlyCollection<string> Scopes { get; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<String> |