Interface WSManagerParams

interface WSManagerParams {
    apiVersion?: number;
    client: Client;
    compression?: boolean;
    isOfficialMarkdownEnabled?: boolean;
    proxyURL?: string;
    reconnect?: boolean;
    reconnectAttemptLimit?: number;
    replayMissedEvents?: boolean;
    token: string;
}

Properties

apiVersion?: number

Guilded API Version

client: Client

Client.

compression?: boolean

Compression

isOfficialMarkdownEnabled?: boolean

Enable official Guilded markdown header to opt-in.

proxyURL?: string

Guilded API URL

reconnect?: boolean

Automatically re-establish connection on error

reconnectAttemptLimit?: number

Reconnect limit (for invalidating session)

replayMissedEvents?: boolean

Replay missed events on connection interruption

token: string

App token