refactor: Move JoinChannelResult to the correct position in ChatDtos.cs

This commit is contained in:
Stone_Red
2026-02-24 21:45:33 +01:00
parent 29bfd87d8b
commit 3896640ac7
-2
View File
@@ -15,8 +15,6 @@ public record MessageDto(
long? AttachmentFileSize = null, long? AttachmentFileSize = null,
List<EmbedDto>? Embeds = null); List<EmbedDto>? Embeds = null);
public record JoinChannelResult(bool Success, List<MessageDto> History, string? Error = null);
public record ChannelDto( public record ChannelDto(
Guid Id, Guid Id,
string Name, string Name,