mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-28 22:18:30 +00:00
Update CS models, deps
This commit is contained in:
@@ -5,7 +5,8 @@ namespace Spacebar.Models.Gateway;
|
||||
|
||||
public class GuildSyncResponse {
|
||||
[JsonPropertyName("id")]
|
||||
public string GuildId { get; set; }
|
||||
[JsonNumberHandling(JsonNumberHandling.AllowReadingFromString | JsonNumberHandling.WriteAsString)]
|
||||
public long GuildId { get; set; }
|
||||
|
||||
[JsonPropertyName("presences")]
|
||||
public List<Presence> Presences { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user