musicApi
Toggle table of contents
0.0.1
jvm
Platform filter
jvm
Switch theme
Search in API
musicApi
musicApi
/
net.raphdf201
/
ConvertioDl
Convertio
Dl
@
Serializable
data
class
ConvertioDl
(
val
id
:
String
,
val
encode
:
String
=
"base64"
,
val
content
:
String
)
Members
Constructors
Convertio
Dl
Link copied to clipboard
constructor
(
id
:
String
,
encode
:
String
=
"base64"
,
content
:
String
)
Properties
content
Link copied to clipboard
val
content
:
String
encode
Link copied to clipboard
val
encode
:
String
id
Link copied to clipboard
val
id
:
String