Queue
- class yandex_music.queue.queue.Queue
Класс, представляющий очередь треков.
- context
Объект по которому построена очередь.
- Type:
yandex_music.Context|None
- tracks
Список треков.
- Type:
listизyandex_music.TrackId
- client
Клиент Yandex Music.
- Type:
yandex_music.Client, optional
- classmethod de_json(data, client)
Десериализация объекта.
- Parameters:
data (
dict) – Поля и значения десериализуемого объекта.client (
yandex_music.Client, optional) – Клиент Yandex Music.
- Returns:
Очередь.
- Return type: