Discord.https - v3.0.16
    Preparing search index...

    Interface APIGatewaySessionStartLimit

    interface APIGatewaySessionStartLimit {
        max_concurrency: number;
        remaining: number;
        reset_after: number;
        total: number;
    }
    Index

    Properties

    max_concurrency: number

    The number of identify requests allowed per 5 seconds

    remaining: number

    The remaining number of session starts the current user is allowed

    reset_after: number

    The number of milliseconds after which the limit resets

    total: number

    The total number of session starts the current user is allowed