This commit is contained in:
HueByte
2026-07-16 03:54:30 +00:00
parent 35bf05433e
commit 9944e86ee3
71 changed files with 14161 additions and 884 deletions
+12
View File
@@ -94,6 +94,12 @@
<h3 id="classes">
Classes
</h3>
<dl class="jumplist">
<dt><a class="xref" href="EchoHub.Core.Models.Attachment.html">Attachment</a></dt>
<dd><p>A file attached to a message (image, audio, or any file). A message may carry
zero or more attachments alongside its text content (Discord-style).</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="EchoHub.Core.Models.Channel.html">Channel</a></dt>
<dd></dd>
@@ -117,6 +123,12 @@ Classes
<h3 id="enums">
Enums
</h3>
<dl class="jumplist">
<dt><a class="xref" href="EchoHub.Core.Models.AttachmentKind.html">AttachmentKind</a></dt>
<dd><p>The kind of a message attachment. Determines how the client renders it
(ASCII preview for images, a play affordance for audio, a download line for files).</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="EchoHub.Core.Models.MessageType.html">MessageType</a></dt>
<dd></dd>