WaveAgent

class yandex_music.wave.wave_agent.WaveAgent

Класс, представляющий агента волны.

animation_uri

URI анимации агента.

Type:

str, optional

cover

Обложка агента.

Type:

yandex_music.Cover, optional

entity

Сущность, связанная с агентом.

Type:

yandex_music.WaveAgentEntity, optional

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:

yandex_music.WaveAgent