Namespace EchoHub.Core.DTOs
Classes
- 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.
- 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.
- 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.