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

x/lavadeno/deps.ts>Lavalink.PlayerUpdateState

lavadeno is a simple, easy-to-use, and flexible lavalink client built on the Deno Runtime.
Latest
interface Lavalink.PlayerUpdateState
import { type Lavalink } from "https://deno.land/x/lavadeno@3.3.0/deps.ts";
const { PlayerUpdateState } = Lavalink;

Properties

time: number

Unix timestamp (in milliseconds).

optional
position: number

Current track position (in milliseconds). Omitted when not playing anything/

connected: boolean

Whether the player is connected to a voice channel.