This commit is contained in:
2022-04-19 00:05:16 +02:00
parent e7c2ae7b8d
commit d7f2348f0d
20 changed files with 924 additions and 49 deletions

View File

@@ -12,7 +12,7 @@ public class User
[JsonPropertyName("imageUrl")] public string ImageUrl { get; set; }
[JsonPropertyName("lastOnline")] public DateTime LastOnline { get; set; }
[JsonPropertyName("lastOnline")] public DateTimeOffset LastOnline { get; set; }
[JsonPropertyName("gender")] public string? Gender { get; set; }