Some orgnization, and cleanup to come.
This commit is contained in:
8
RelayServer/Models/Chat/SocketChannelInfo.cs
Normal file
8
RelayServer/Models/Chat/SocketChannelInfo.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace RelayServer.Models;
|
||||
|
||||
public class SocketChannelInfo
|
||||
{
|
||||
public required string ChannelId { get; set; }
|
||||
public required string Name { get; set; }
|
||||
public required DateTime CreatedAt { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user