yandex_music.playlist.open_graph_data¶
- class yandex_music.playlist.open_graph_data.OpenGraphData(title: str, description: str, image: Cover, client: ClientType | None = None)¶
Bases:
YandexMusicModel
Класс, представляющий данные для Open Graph.
- title¶
Заголовок.
- Type:
str
- description¶
Описание.
- Type:
str
- image¶
Изображение.
- Type:
- client¶
Клиент Yandex Music.
- Type:
yandex_music.Client
, optional
- client: ClientType | None = None¶
- classmethod de_json(data: JSONType, client: ClientType) OpenGraphData | None ¶
Десериализация объекта.
- Parameters:
data (
dict
) – Поля и значения десериализуемого объекта.client (
yandex_music.Client
, optional) – Клиент Yandex Music.
- Returns:
Данные для Open Graph.
- Return type:
- description: str¶
- title: str¶