Add real workspace channels
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Socialize.Api.Modules.Channels.Handlers;
|
||||
|
||||
public record ChannelDto(
|
||||
Guid Id,
|
||||
Guid WorkspaceId,
|
||||
string Name,
|
||||
string Network,
|
||||
string? Handle,
|
||||
string? ExternalUrl,
|
||||
DateTimeOffset CreatedAt);
|
||||
Reference in New Issue
Block a user