[Feature] Avatar decorations support (#2782)

* yup

* nullable...

* add props & methos to `GuildUser` & `IUser`
This commit is contained in:
Mihail Gribkov
2023-11-18 23:38:36 +03:00
committed by GitHub
parent b45b7743a5
commit f64d9d6f22
6 changed files with 90 additions and 0 deletions

View File

@@ -22,6 +22,9 @@ namespace Discord.API
[JsonProperty("global_name")]
public Optional<string> GlobalName { get; set; }
[JsonProperty("avatar_decoration_data")]
public Optional<AvatarDecorationData> AvatarDecoration { get; set; }
//CurrentUser
[JsonProperty("verified")]
public Optional<bool> Verified { get; set; }