Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lavalink_types/src/stats.ts>FrameStats

Deno typings for lavalink
Latest
interface FrameStats
import { type FrameStats } from "https://deno.land/x/lavalink_types@2.0.6/src/stats.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.