protocol
b2f28b0c5ef83bc1e427bcc90f5d34e3a3f90267-SNAPSHOT
common
protocol
/
dev.arbjerg.lavalink.protocol.v4
/
PlaylistInfo
Playlist
Info
@
Serializable
data
class
PlaylistInfo
(
val
name
:
String
,
val
selectedTrack
:
Int
)
Members
Constructors
Playlist
Info
Link copied to clipboard
constructor
(
name
:
String
,
selectedTrack
:
Int
)
Properties
name
Link copied to clipboard
val
name
:
String
selected
Track
Link copied to clipboard
val
selectedTrack
:
Int