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

x/lavalink_types/mod.ts>FrameStats

Deno typings for lavalink
Latest
interface FrameStats
Re-export
import { type FrameStats } from "https://deno.land/x/lavalink_types@2.0.6/mod.ts";

Properties

optional
sent: number

The amount of sent frames.

optional
nulled: number

The amount of nulled frames.

optional
deficit: number

The amount of deficit frames.