Добавьте файлы проекта.
This commit is contained in:
10
YandexMusic.API/Models/Account/YAuthCaptchaVoice.cs
Normal file
10
YandexMusic.API/Models/Account/YAuthCaptchaVoice.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace YandexMusic.API.Models.Account
|
||||
{
|
||||
public class YAuthCaptchaVoice
|
||||
{
|
||||
public string Url { get; set; }
|
||||
|
||||
[JsonProperty("intro_url")]
|
||||
public string IntroUrl { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user