Interface: LyricsLine
warning
⚠️ This interface is only used by the LavaLyrics plugin.
Represents a single synchronised lyrics line, including its timestamp, duration, and content.
Typically used for displaying timed karaoke-style lyrics.
Property Type Description Optional timestampnumber Start time of the lyric line in milliseconds. durationnumber Duration for which the lyric line is shown in milliseconds. linestring The actual lyric text. pluginobject Arbitrary metadata from the lyrics plugin that provided this line.