mirror of
https://github.com/Stone-Red-Code/EchoHub.git
synced 2026-09-04 17:16:06 +02:00
deploy: dfa1b21d32
This commit is contained in:
@@ -337,6 +337,68 @@ Class User <a class="header-action link-secondary" title="View source" href="ht
|
||||
|
||||
|
||||
|
||||
<a id="EchoHub_Core_Models_User_IsBanned_" data-uid="EchoHub.Core.Models.User.IsBanned*"></a>
|
||||
|
||||
<h3 id="EchoHub_Core_Models_User_IsBanned" data-uid="EchoHub.Core.Models.User.IsBanned">
|
||||
IsBanned
|
||||
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Core/Models/User.cs"><i class="bi bi-code-slash"></i></a>
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool IsBanned { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="EchoHub_Core_Models_User_IsMuted_" data-uid="EchoHub.Core.Models.User.IsMuted*"></a>
|
||||
|
||||
<h3 id="EchoHub_Core_Models_User_IsMuted" data-uid="EchoHub.Core.Models.User.IsMuted">
|
||||
IsMuted
|
||||
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Core/Models/User.cs"><i class="bi bi-code-slash"></i></a>
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool IsMuted { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="EchoHub_Core_Models_User_LastSeenAt_" data-uid="EchoHub.Core.Models.User.LastSeenAt*"></a>
|
||||
|
||||
<h3 id="EchoHub_Core_Models_User_LastSeenAt" data-uid="EchoHub.Core.Models.User.LastSeenAt">
|
||||
@@ -368,6 +430,37 @@ Class User <a class="header-action link-secondary" title="View source" href="ht
|
||||
|
||||
|
||||
|
||||
<a id="EchoHub_Core_Models_User_MutedUntil_" data-uid="EchoHub.Core.Models.User.MutedUntil*"></a>
|
||||
|
||||
<h3 id="EchoHub_Core_Models_User_MutedUntil" data-uid="EchoHub.Core.Models.User.MutedUntil">
|
||||
MutedUntil
|
||||
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Core/Models/User.cs"><i class="bi bi-code-slash"></i></a>
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public DateTimeOffset? MutedUntil { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetimeoffset">DateTimeOffset</a>?</dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="EchoHub_Core_Models_User_NicknameColor_" data-uid="EchoHub.Core.Models.User.NicknameColor*"></a>
|
||||
|
||||
<h3 id="EchoHub_Core_Models_User_NicknameColor" data-uid="EchoHub.Core.Models.User.NicknameColor">
|
||||
@@ -430,6 +523,37 @@ Class User <a class="header-action link-secondary" title="View source" href="ht
|
||||
|
||||
|
||||
|
||||
<a id="EchoHub_Core_Models_User_Role_" data-uid="EchoHub.Core.Models.User.Role*"></a>
|
||||
|
||||
<h3 id="EchoHub_Core_Models_User_Role" data-uid="EchoHub.Core.Models.User.Role">
|
||||
Role
|
||||
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Core/Models/User.cs"><i class="bi bi-code-slash"></i></a>
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ServerRole Role { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="EchoHub.Core.Models.ServerRole.html">ServerRole</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="EchoHub_Core_Models_User_Status_" data-uid="EchoHub.Core.Models.User.Status*"></a>
|
||||
|
||||
<h3 id="EchoHub_Core_Models_User_Status" data-uid="EchoHub.Core.Models.User.Status">
|
||||
|
||||
Reference in New Issue
Block a user