Music

data class Music(var title: String, var link: String, var subtitle: String? = null)

Represents a music track.

Constructors

Link copied to clipboard
constructor(title: String, link: String, subtitle: String? = null)

Properties

Link copied to clipboard

Track file URL, see this for supported audio formats.

Link copied to clipboard

Track subtitle.

Link copied to clipboard

Track title.