Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/revoltio/src/client/BaseClient.ts>ClientOptions

No-nonsense Revolt library for nodejs and deno.
Latest
interface ClientOptions
import { type ClientOptions } from "https://deno.land/x/revoltio@v1.0.0/src/client/BaseClient.ts";

Properties

fetchMembers: boolean
ws: { heartbeat: number; reconnect: boolean; }