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

    Interface GatewayBotResponse

    interface GatewayBotResponse {
        session_start_limit: GatewayBotSessionStartLimitResponse;
        shards: number;
        url: string;
    }
    Index

    Properties

    shards: number
    url: string