Class DiscordApplicationInstallParams
The application install params.
Inheritance
System.Object
DiscordApplicationInstallParams
Namespace: DisCatSharp.Entities
Assembly: DisCatSharp.dll
Syntax
public sealed class DiscordApplicationInstallParams
Properties
| Improve this Doc View SourcePermissions
Gets or sets the permissions.
Declaration
public Permissions? Permissions { get; }
Property Value
Type | Description |
---|---|
System.Nullable<Permissions> |
Scopes
Gets the scopes.
Declaration
public IReadOnlyList<string> Scopes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<System.String> |