mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Accidentally typed user instead of id for the ID property
This commit is contained in:
@@ -38,7 +38,7 @@ public class ClashggBetModel
|
|||||||
// {"id":3122766,"role":"user","name":"nettspend","avatar":"https://avatars.steamstatic.com/6ceb09420f55ca4e84769169fad1436c0f1b6053_full.jpg","xp":28452,"isVerified":false,"isPrivate":false,"premiumUntil":null}
|
// {"id":3122766,"role":"user","name":"nettspend","avatar":"https://avatars.steamstatic.com/6ceb09420f55ca4e84769169fad1436c0f1b6053_full.jpg","xp":28452,"isVerified":false,"isPrivate":false,"premiumUntil":null}
|
||||||
public class ClashggWsUserModel
|
public class ClashggWsUserModel
|
||||||
{
|
{
|
||||||
[JsonPropertyName("user")]
|
[JsonPropertyName("id")]
|
||||||
public required int Id { get; set; }
|
public required int Id { get; set; }
|
||||||
[JsonPropertyName("name")]
|
[JsonPropertyName("name")]
|
||||||
public required string Name { get; set; }
|
public required string Name { get; set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user