Interface: LavaPlayer
Represents the full state of an active player on a Lavalink node.
Property Type Description Optional guildIdstring The ID of the guild this player belongs to. trackTrackDataThe currently playing track. volumenumber The current playback volume (0–1000). pausedboolean Whether the player is currently paused. statestateInternal playback state (time, position, connection, ping). voiceLavalinkVoiceStateResponseVoice connection details for the active stream. filtersRecord<string, unknown> Audio filters currently applied to playback.
state
Internal playback state reported by the Lavalink node.
Property Type Description Optional timenumber Unix timestamp in milliseconds of the last state update. positionnumber Current playback position within the track, in milliseconds. connectedboolean Whether the node is currently connected to Discord's voice gateway. pingnumber Round-trip latency to the voice server in milliseconds.