Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface WebSocketClosedEventData
import { type WebSocketClosedEventData } from "https://deno.land/x/lavalink_types@2.0.6/src/player.ts";

Properties

code: number

The close code given

reason: string

The reason for closing the websocket.

byRemote: boolean

Whether the websocket connection was closed by a remote source.