yandex_music.landing.chart_info_menu_item¶
- class yandex_music.landing.chart_info_menu_item.ChartInfoMenuItem(title: str, url: str, selected: bool | None = None, client: ClientType | None = None)¶
Bases:
YandexMusicModel
Класс, представляющий элемент меню чарта.
- title¶
Заголовок.
- Type:
str
- url¶
Постфикс для запроса чарта.
- Type:
str
- selected¶
Текущий ли элемент.
- Type:
bool
, optional
- client¶
Клиент Yandex Music.
- Type:
yandex_music.Client
, optional
- client: ClientType | None = None¶
- selected: bool | None = None¶
- title: str¶
- url: str¶