feature: Add user public flags (#1722)
This commit is contained in:
@@ -29,5 +29,7 @@ namespace Discord.API
|
||||
public Optional<PremiumType> PremiumType { get; set; }
|
||||
[JsonProperty("locale")]
|
||||
public Optional<string> Locale { get; set; }
|
||||
[JsonProperty("public_flags")]
|
||||
public Optional<UserProperties> PublicFlags { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user