Interface: NodeLinkGetLyricsData
warning
⚠️ This interface is only used by a NodeLink node.
Represents synced or unsynced lyrics data returned by Lavalink plugins.
Property Type Description Optional namestring Source or provider name of the lyrics. syncedboolean Whether the lyrics are time-synced (karaoke-style). dataobject[] Array of lyric line objects with optional timing info. rtlboolean Whether the lyrics should be rendered right-to-left.
data
Array of lyric line objects with optional timing info.
Property Type Description Optional startTimenumber Start time of the lyric line in milliseconds. endTimenumber End time of the lyric line in milliseconds. textstring The actual lyric text.