Class EditUserRequest
Assembly: Revolt.Net.dll​
View Source​
Declaration
public class EditUserRequest
Properties​
Status​
View Source​
Declaration
[JsonProperty("status")]
public Status Status { get; set; }
Profile​
View Source​
Declaration
[JsonProperty("profile")]
public Profile Profile { get; set; }
AvatarId​
View Source​
Declaration
[JsonProperty("avatar")]
public string AvatarId { get; set; }
Remove​
View Source​
Declaration
[JsonProperty("remove")]
public string Remove { get; set; }