Search Results for

    Show / Hide Table of Contents

    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 Source

    Permissions

    Gets or sets the permissions.

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

    Scopes

    Gets the scopes.

    Declaration
    public IReadOnlyList<string> Scopes { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<System.String>

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems