Search Results for

    Show / Hide Table of Contents

    Class ApplicationInstallParams

    Represents install parameters for an application.

    Inheritance
    Object
    ApplicationInstallParams
    Namespace: Discord
    Assembly: Discord.Net.Core.dll
    Syntax
    public class ApplicationInstallParams : object

    Properties

    | Improve this Doc View Source

    Permission

    Gets the default permissions to install this application

    Declaration
    public GuildPermission? Permission { get; }
    Property Value
    Type Description
    Nullable<GuildPermission>
    | Improve this Doc View Source

    Scopes

    Gets the scopes to install this application.

    Declaration
    public IReadOnlyCollection<string> Scopes { get; }
    Property Value
    Type Description
    IReadOnlyCollection<String>

    Theme

    • Improve this Doc
    • View Source
    In This Article
    Back to top Discord.Net (c) 2015-2022 3.7.2