no message

This commit is contained in:
kittapath 2024-10-18 16:11:47 +07:00
parent a583dc7c42
commit e989d6c584
13 changed files with 201 additions and 112 deletions

View file

@ -11,7 +11,7 @@
public string Type { get; set; } = "TEXT";
public CommandPayload Payload { get; set; } = new();
public string Payload { get; set; } = string.Empty;
public bool IsOpen { get; set; } = false;