Finish chatroom

This commit is contained in:
2026-01-25 16:58:48 -07:00
parent ecb13690a3
commit 10a614f190
10 changed files with 397 additions and 514 deletions

View File

@@ -10,7 +10,7 @@ public class ChatroomMessage
public string Username { get; set; }
[Preserve]
[JsonProperty("userid")]
[JsonProperty("userId")]
public BigInteger UserID { get; set; }
[Preserve]
@@ -37,10 +37,6 @@ public class ChatroomMessage
[JsonProperty("overlayColor")]
public int[] OverlayColor { get; set; }
[Preserve]
[JsonProperty("deleted")]
public bool Deleted { get; set; }
[Preserve]
[JsonProperty("customIcon")]
public string CustomIcon { get; set; }