Table of Contents

Class JsonApplicationInstallParams

Namespace
NetCord.JsonModels
Assembly
NetCord.dll
public class JsonApplicationInstallParams
Inheritance
JsonApplicationInstallParams
Inherited Members

Constructors

JsonApplicationInstallParams()

public JsonApplicationInstallParams()

Properties

Permissions

[JsonPropertyName("permissions")]
public Permissions Permissions { get; set; }

Property Value

Permissions

Scopes

[JsonPropertyName("scopes")]
public string[] Scopes { get; set; }

Property Value

string[]