Interface RawGetBotGatewayResponse

interface RawGetBotGatewayResponse {
    session_start_limit: RawSessionStartLimit;
    shards: number;
    url: string;
}

Hierarchy (view full)

Properties

session_start_limit: RawSessionStartLimit
shards: number
url: string