Struct LavalinkPlaylistInfo
Represents information about playlist that was loaded by Lavalink.
Namespace: DSharpPlus.Lavalink
Assembly: cs.temp.dll.dll
Syntax
public struct LavalinkPlaylistInfo
Properties
Name
Gets the name of the playlist being loaded.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
SelectedTrack
Gets the index of the track that was selected in this playlist.
Declaration
public int SelectedTrack { get; }
Property Value
Type | Description |
---|---|
System.Int32 |