Skip to content
Snippets Groups Projects
Unverified Commit c63ddcd7 authored by Amy's avatar Amy
Browse files

Add state to GatewayEventBase

parent 7bc408d2
No related branches found
No related tags found
No related merge requests found
......@@ -12,4 +12,5 @@ public struct GatewayMessage(string @event, string message, string? state = null
public class GatewayEventBase
{
[JsonProperty("eventId")] public required string Event;
[JsonProperty("state")] public string? State;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment