@typed-discord/rest
    Preparing search index...

    Interface ApplicationOAuth2InstallParams

    interface ApplicationOAuth2InstallParams {
        permissions?: number | null;
        scopes?: (BOT | APPLICATIONS_COMMANDS)[] | null;
    }
    Index

    Properties

    permissions?: number | null
    scopes?: (BOT | APPLICATIONS_COMMANDS)[] | null