first
This commit is contained in:
4
TorchRemote.Models/Responses/ChatMessageResponse.cs
Normal file
4
TorchRemote.Models/Responses/ChatMessageResponse.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
using TorchRemote.Models.Shared;
|
||||
namespace TorchRemote.Models.Responses;
|
||||
|
||||
public record ChatMessageResponse(string AuthorName, ulong? Author, ChatChannel Channel, string Message) : ChatResponseBase;
|
Reference in New Issue
Block a user