This commit is contained in:
HueByte
2026-07-17 19:09:56 +00:00
parent dfbe5be317
commit a6bf50c567
73 changed files with 17893 additions and 427 deletions
+5 -3
View File
@@ -419,8 +419,8 @@ public class ChatHub : Hub&lt;IEchoHubClient&gt;, IDisposable</code></pre>
<a id="EchoHub_Server_Hubs_ChatHub_SendMessage_" data-uid="EchoHub.Server.Hubs.ChatHub.SendMessage*"></a>
<h3 id="EchoHub_Server_Hubs_ChatHub_SendMessage_System_String_System_String_" data-uid="EchoHub.Server.Hubs.ChatHub.SendMessage(System.String,System.String)">
SendMessage(string, string)
<h3 id="EchoHub_Server_Hubs_ChatHub_SendMessage_System_String_System_String_System_Nullable_System_Guid__" data-uid="EchoHub.Server.Hubs.ChatHub.SendMessage(System.String,System.String,System.Nullable{System.Guid})">
SendMessage(string, string, Guid?)
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Server/Hubs/ChatHub.cs"><i class="bi bi-code-slash"></i></a>
</h3>
@@ -428,7 +428,7 @@ public class ChatHub : Hub&lt;IEchoHubClient&gt;, IDisposable</code></pre>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Task SendMessage(string channelName, string content)</code></pre>
<pre><code class="lang-csharp hljs">public Task SendMessage(string channelName, string content, Guid? replyToMessageId = null)</code></pre>
</div>
<h4 class="section">Parameters</h4>
@@ -437,6 +437,8 @@ public class ChatHub : Hub&lt;IEchoHubClient&gt;, IDisposable</code></pre>
<dd></dd>
<dt><code>content</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
<dt><code>replyToMessageId</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.guid">Guid</a>?</dt>
<dd></dd>
</dl>
<h4 class="section">Returns</h4>