8 lines
139 B
C#
8 lines
139 B
C#
namespace YandexMusic.API.Models.Account
|
|
{
|
|
public class YAuthCaptchaOptions
|
|
{
|
|
public bool AsyncCheck { get; set; }
|
|
}
|
|
}
|