Song

Song

Represents a song.

Constructor

new Song(video, queue)

Parameters:
Name Type Description
video Video

The Youtube video

queue Queue

The queue in which the song is

Members

author :string

Author channel of the song.

Type:
  • string

name :string

Song name.

Type:
  • string

queue :Queue

The queue in which the song is

Type:

raw :Object

Raw informations about the song.

Type:
  • Object

thumbnail :string

Youtube video thumbnail.

Type:
  • string

url :string

Youtube video URL.

Type:
  • string