Files
YandexMusic/YandexMusic.API/Models/Landing/Entity/Entities/Context/YPlayContext.cs
2026-04-10 15:05:32 +03:00

8 lines
232 B
C#

namespace YandexMusic.API.Models.Landing.Entity.Entities.Context;
public class YPlayContext
{
public string Client { get; set; }
public YPlayContextType Context { get; set; }
public string ContextItem { get; set; }
}