no message

This commit is contained in:
Kittapath 2024-05-21 14:31:29 +07:00
parent 2a17eff17d
commit fb6a83b36a
11 changed files with 17862 additions and 70 deletions

View file

@ -7,6 +7,8 @@
public Guid ReceiverUserId { get; set; } = Guid.Empty;
public string KeycloakUserId { get; set; }
public string Type { get; set; } = "TEXT";
public CommandPayload Payload { get; set; } = new();