Table of Contents

Class ApplicationInstallParams

Namespace
NetCord
Assembly
NetCord.dll
public class ApplicationInstallParams : IJsonModel<JsonApplicationInstallParams>
Inheritance
ApplicationInstallParams
Implements
Inherited Members

Constructors

ApplicationInstallParams(JsonApplicationInstallParams)

public ApplicationInstallParams(JsonApplicationInstallParams jsonModel)

Parameters

jsonModel JsonApplicationInstallParams

Properties

Permissions

Permissions to request for the bot role.

public Permissions Permissions { get; }

Property Value

Permissions

Scopes

Scopes to add the application to the server with.

public IReadOnlyList<string> Scopes { get; }

Property Value

IReadOnlyList<string>