|
|
@@ -10,13 +10,17 @@ namespace Discord.API |
|
|
|
public string Username { get; set; } |
|
|
|
[JsonProperty("discriminator")] |
|
|
|
public string Discriminator { get; set; } |
|
|
|
[JsonProperty("bot")] |
|
|
|
public bool Bot { get; set; } |
|
|
|
[JsonProperty("avatar")] |
|
|
|
public string Avatar { get; set; } |
|
|
|
|
|
|
|
//CurrentUser |
|
|
|
[JsonProperty("verified")] |
|
|
|
public bool IsVerified { get; set; } |
|
|
|
public bool Verified { get; set; } |
|
|
|
[JsonProperty("email")] |
|
|
|
public string Email { get; set; } |
|
|
|
[JsonProperty("bot")] |
|
|
|
public bool Bot { get; set; } |
|
|
|
[JsonProperty("mfa_enabled")] |
|
|
|
public bool MfaEnabled { get; set; } |
|
|
|
} |
|
|
|
} |