yandex_music.account.plus¶
- class yandex_music.account.plus.Plus(has_plus: bool, is_tutorial_completed: bool, client: ClientType | None = None)¶
Bases:
YandexMusicModel
Класс, представляющий Plus подписку.
- has_plus¶
Наличие.
- Type:
bool
- is_tutorial_completed¶
Закончено ли руководство.
- Type:
bool
- client¶
Клиент Yandex Music.
- Type:
yandex_music.Client
, optional
- client: ClientType | None = None¶
- has_plus: bool¶
- is_tutorial_completed: bool¶