Files
YandexMusic/YandexMusic.API/Models/Radio/YStationSettings.cs
2026-04-10 15:05:32 +03:00

9 lines
233 B
C#

namespace YandexMusic.API.Models.Radio;
public class YStationSettings
{
public string Diversity { get; set; }
public string Energy { get; set; }
public string Language { get; set; }
public string Mood { get; set; }
}