Table of Contents

Namespace EchoHub.Core.DTOs

Classes

ApiResponse
ApiResponse<T>
AssignRoleRequest
AttachmentDto

A file attached to a message. AsciiPreview holds the color-tag art for images (null otherwise). For end-to-end encrypted channels the content behind Url and the preview are ciphertext the server cannot read.

AvatarUploadResponse
BanRequest
ChannelCryptoDto

Public crypto metadata for a channel — enough for a client to derive its join credential from a passphrase. Never includes the wrapped room key.

ChannelDto
ChannelMetaDto

Human-facing summary of a channel (the /meta command). For encrypted channels the server still knows these figures — count, timestamps, and stored blob sizes — even though it cannot read the content itself. EstimatedSizeBytes is the sum of stored attachment blob sizes plus message text length, so it is an estimate, not an exact on-disk total.

ChannelOperationResult
CreateChannelRequest
EmbedDto
EncryptionKeyResponse
ErrorResponse
JoinChannelResult
KickRequest
LoginRequest
LoginResponse
MessageDto
MuteRequest
PaginatedResponse<T>
RefreshRequest
RegisterRequest
RekeyChannelRequest

Passphrase change for an encrypted channel: the client proves knowledge of the old passphrase (old auth key), then supplies the re-wrapped room key under the new one.

SendMessageRequest
SendUrlRequest
ServerStatusDto
UpdateProfileRequest
UpdateStatusRequest
UpdateTopicRequest
UserDto
UserOperationResult
UserPresenceDto
UserProfileDto

Enums

ChannelError
UserError