mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
docs: regenerate
This commit is contained in:
parent
3479919ab6
commit
31af5d8d77
88 changed files with 9028 additions and 3189 deletions
|
|
@ -166,7 +166,8 @@
|
|||
</span>
|
||||
<a id="Discord_WebSocket_SocketSelfUser_AvatarId_" data-uid="Discord.WebSocket.SocketSelfUser.AvatarId*"></a>
|
||||
<h4 id="Discord_WebSocket_SocketSelfUser_AvatarId" data-uid="Discord.WebSocket.SocketSelfUser.AvatarId">AvatarId</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Gets the identifier of this user's avatar.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
|
|
@ -198,7 +199,8 @@
|
|||
</span>
|
||||
<a id="Discord_WebSocket_SocketSelfUser_DiscriminatorValue_" data-uid="Discord.WebSocket.SocketSelfUser.DiscriminatorValue*"></a>
|
||||
<h4 id="Discord_WebSocket_SocketSelfUser_DiscriminatorValue" data-uid="Discord.WebSocket.SocketSelfUser.DiscriminatorValue">DiscriminatorValue</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Gets the per-username unique ID for this user.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
|
|
@ -230,7 +232,8 @@
|
|||
</span>
|
||||
<a id="Discord_WebSocket_SocketSelfUser_Email_" data-uid="Discord.WebSocket.SocketSelfUser.Email*"></a>
|
||||
<h4 id="Discord_WebSocket_SocketSelfUser_Email" data-uid="Discord.WebSocket.SocketSelfUser.Email">Email</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Gets the email associated with this user.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
|
|
@ -260,7 +263,8 @@
|
|||
</span>
|
||||
<a id="Discord_WebSocket_SocketSelfUser_Flags_" data-uid="Discord.WebSocket.SocketSelfUser.Flags*"></a>
|
||||
<h4 id="Discord_WebSocket_SocketSelfUser_Flags" data-uid="Discord.WebSocket.SocketSelfUser.Flags">Flags</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Gets the flags that are applied to a user's account.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
|
|
@ -277,10 +281,14 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a class="xref" href="Discord.UserProperties.html">UserProperties</a></td>
|
||||
<td></td>
|
||||
<td><p>The value of flags for this user.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h5 id="Discord_WebSocket_SocketSelfUser_Flags_remarks">Remarks</h5>
|
||||
<div class="markdown level1 remarks"><p>This value is determined by bitwise OR-ing <a class="xref" href="Discord.UserProperties.html">UserProperties</a> values together.</p>
|
||||
</div>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goaaats/Discord.Net/new/dev/apiSpec/new?filename=Discord_WebSocket_SocketSelfUser_IsBot.md&value=---%0Auid%3A%20Discord.WebSocket.SocketSelfUser.IsBot%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
|
|
@ -290,7 +298,8 @@
|
|||
</span>
|
||||
<a id="Discord_WebSocket_SocketSelfUser_IsBot_" data-uid="Discord.WebSocket.SocketSelfUser.IsBot*"></a>
|
||||
<h4 id="Discord_WebSocket_SocketSelfUser_IsBot" data-uid="Discord.WebSocket.SocketSelfUser.IsBot">IsBot</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Gets a value that indicates whether this user is identified as a bot.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
|
|
@ -307,12 +316,17 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td></td>
|
||||
<td><p><code>true</code> if the user is a bot application; otherwise <code>false</code>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h5 class="overrides">Overrides</h5>
|
||||
<div><a class="xref" href="Discord.WebSocket.SocketUser.html#Discord_WebSocket_SocketUser_IsBot">SocketUser.IsBot</a></div>
|
||||
<h5 id="Discord_WebSocket_SocketSelfUser_IsBot_remarks">Remarks</h5>
|
||||
<div class="markdown level1 remarks"><p>This property retrieves a value that indicates whether this user is a registered bot application
|
||||
(indicated by the blue BOT tag within the official chat client).</p>
|
||||
</div>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goaaats/Discord.Net/new/dev/apiSpec/new?filename=Discord_WebSocket_SocketSelfUser_IsMfaEnabled.md&value=---%0Auid%3A%20Discord.WebSocket.SocketSelfUser.IsMfaEnabled%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
|
|
@ -322,7 +336,8 @@
|
|||
</span>
|
||||
<a id="Discord_WebSocket_SocketSelfUser_IsMfaEnabled_" data-uid="Discord.WebSocket.SocketSelfUser.IsMfaEnabled*"></a>
|
||||
<h4 id="Discord_WebSocket_SocketSelfUser_IsMfaEnabled" data-uid="Discord.WebSocket.SocketSelfUser.IsMfaEnabled">IsMfaEnabled</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Indicates whether or not this user has MFA enabled on their account.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
|
|
@ -339,7 +354,8 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td></td>
|
||||
<td><p><code>true</code> if this user has enabled multi-factor authentication on their account; <code>false</code> if not.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -352,7 +368,8 @@
|
|||
</span>
|
||||
<a id="Discord_WebSocket_SocketSelfUser_IsVerified_" data-uid="Discord.WebSocket.SocketSelfUser.IsVerified*"></a>
|
||||
<h4 id="Discord_WebSocket_SocketSelfUser_IsVerified" data-uid="Discord.WebSocket.SocketSelfUser.IsVerified">IsVerified</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Indicates whether or not this user has their email verified.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
|
|
@ -369,7 +386,8 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td></td>
|
||||
<td><p><code>true</code> if this user's email has been verified; <code>false</code> if not.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -382,7 +400,8 @@
|
|||
</span>
|
||||
<a id="Discord_WebSocket_SocketSelfUser_IsWebhook_" data-uid="Discord.WebSocket.SocketSelfUser.IsWebhook*"></a>
|
||||
<h4 id="Discord_WebSocket_SocketSelfUser_IsWebhook" data-uid="Discord.WebSocket.SocketSelfUser.IsWebhook">IsWebhook</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Gets a value that indicates whether this user is a webhook user.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
|
|
@ -399,7 +418,8 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td></td>
|
||||
<td><p><code>true</code> if the user is a webhook; otherwise <code>false</code>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -414,7 +434,8 @@
|
|||
</span>
|
||||
<a id="Discord_WebSocket_SocketSelfUser_Locale_" data-uid="Discord.WebSocket.SocketSelfUser.Locale*"></a>
|
||||
<h4 id="Discord_WebSocket_SocketSelfUser_Locale" data-uid="Discord.WebSocket.SocketSelfUser.Locale">Locale</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Gets the user's chosen language option.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
|
|
@ -431,7 +452,9 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td></td>
|
||||
<td><p>The IETF language tag of the user's chosen region, if provided.
|
||||
For example, a locale of "English, US" is "en-US", "Chinese (Taiwan)" is "zh-TW", etc.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -444,7 +467,8 @@
|
|||
</span>
|
||||
<a id="Discord_WebSocket_SocketSelfUser_PremiumType_" data-uid="Discord.WebSocket.SocketSelfUser.PremiumType*"></a>
|
||||
<h4 id="Discord_WebSocket_SocketSelfUser_PremiumType" data-uid="Discord.WebSocket.SocketSelfUser.PremiumType">PremiumType</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Gets the type of Nitro subscription that is active on this user's account.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
|
|
@ -461,10 +485,14 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a class="xref" href="Discord.PremiumType.html">PremiumType</a></td>
|
||||
<td></td>
|
||||
<td><p>The type of Nitro subscription the user subscribes to, if any.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h5 id="Discord_WebSocket_SocketSelfUser_PremiumType_remarks">Remarks</h5>
|
||||
<div class="markdown level1 remarks"><p>This information may only be available with the identify OAuth scope.</p>
|
||||
</div>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goaaats/Discord.Net/new/dev/apiSpec/new?filename=Discord_WebSocket_SocketSelfUser_Username.md&value=---%0Auid%3A%20Discord.WebSocket.SocketSelfUser.Username%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
|
|
@ -474,7 +502,8 @@
|
|||
</span>
|
||||
<a id="Discord_WebSocket_SocketSelfUser_Username_" data-uid="Discord.WebSocket.SocketSelfUser.Username*"></a>
|
||||
<h4 id="Discord_WebSocket_SocketSelfUser_Username" data-uid="Discord.WebSocket.SocketSelfUser.Username">Username</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Gets the username for this user.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
|
|
@ -508,7 +537,8 @@
|
|||
</span>
|
||||
<a id="Discord_WebSocket_SocketSelfUser_ModifyAsync_" data-uid="Discord.WebSocket.SocketSelfUser.ModifyAsync*"></a>
|
||||
<h4 id="Discord_WebSocket_SocketSelfUser_ModifyAsync_System_Action_Discord_SelfUserProperties__Discord_RequestOptions_" data-uid="Discord.WebSocket.SocketSelfUser.ModifyAsync(System.Action{Discord.SelfUserProperties},Discord.RequestOptions)">ModifyAsync(Action<SelfUserProperties>, RequestOptions)</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Modifies the user's properties.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue