docs: regenerate

This commit is contained in:
goat 2020-06-05 16:12:48 +02:00
parent 3479919ab6
commit 31af5d8d77
88 changed files with 9028 additions and 3189 deletions

View file

@ -197,7 +197,8 @@
</span>
<a id="Discord_WebSocket_SocketGuildUser_AvatarId_" data-uid="Discord.WebSocket.SocketGuildUser.AvatarId*"></a>
<h4 id="Discord_WebSocket_SocketGuildUser_AvatarId" data-uid="Discord.WebSocket.SocketGuildUser.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">
@ -229,7 +230,8 @@
</span>
<a id="Discord_WebSocket_SocketGuildUser_DiscriminatorValue_" data-uid="Discord.WebSocket.SocketGuildUser.DiscriminatorValue*"></a>
<h4 id="Discord_WebSocket_SocketGuildUser_DiscriminatorValue" data-uid="Discord.WebSocket.SocketGuildUser.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">
@ -292,7 +294,8 @@
</span>
<a id="Discord_WebSocket_SocketGuildUser_GuildPermissions_" data-uid="Discord.WebSocket.SocketGuildUser.GuildPermissions*"></a>
<h4 id="Discord_WebSocket_SocketGuildUser_GuildPermissions" data-uid="Discord.WebSocket.SocketGuildUser.GuildPermissions">GuildPermissions</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets the guild-level permissions for this user.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -309,7 +312,9 @@
<tbody>
<tr>
<td><a class="xref" href="Discord.GuildPermissions.html">GuildPermissions</a></td>
<td></td>
<td><p>A <a class="xref" href="Discord.GuildPermissions.html">GuildPermissions</a> structure for this user, representing what
permissions this user has in the guild.</p>
</td>
</tr>
</tbody>
</table>
@ -357,7 +362,8 @@
</span>
<a id="Discord_WebSocket_SocketGuildUser_IsBot_" data-uid="Discord.WebSocket.SocketGuildUser.IsBot*"></a>
<h4 id="Discord_WebSocket_SocketGuildUser_IsBot" data-uid="Discord.WebSocket.SocketGuildUser.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">
@ -374,12 +380,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_SocketGuildUser_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_SocketGuildUser_IsDeafened.md&amp;value=---%0Auid%3A%20Discord.WebSocket.SocketGuildUser.IsDeafened%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>
@ -389,7 +400,8 @@
</span>
<a id="Discord_WebSocket_SocketGuildUser_IsDeafened_" data-uid="Discord.WebSocket.SocketGuildUser.IsDeafened*"></a>
<h4 id="Discord_WebSocket_SocketGuildUser_IsDeafened" data-uid="Discord.WebSocket.SocketGuildUser.IsDeafened">IsDeafened</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets a value that indicates whether this user is deafened by the guild.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -406,7 +418,9 @@
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
<td><p><code>true</code> if the user is deafened (i.e. not permitted to listen to or speak to others) by the guild;
otherwise <code>false</code>.</p>
</td>
</tr>
</tbody>
</table>
@ -419,7 +433,9 @@
</span>
<a id="Discord_WebSocket_SocketGuildUser_IsMuted_" data-uid="Discord.WebSocket.SocketGuildUser.IsMuted*"></a>
<h4 id="Discord_WebSocket_SocketGuildUser_IsMuted" data-uid="Discord.WebSocket.SocketGuildUser.IsMuted">IsMuted</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets a value that indicates whether this user is muted (i.e. not permitted to speak via voice) by the
guild.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -436,7 +452,8 @@
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
<td><p><code>true</code> if this user is muted by the guild; otherwise <code>false</code>.</p>
</td>
</tr>
</tbody>
</table>
@ -449,7 +466,8 @@
</span>
<a id="Discord_WebSocket_SocketGuildUser_IsSelfDeafened_" data-uid="Discord.WebSocket.SocketGuildUser.IsSelfDeafened*"></a>
<h4 id="Discord_WebSocket_SocketGuildUser_IsSelfDeafened" data-uid="Discord.WebSocket.SocketGuildUser.IsSelfDeafened">IsSelfDeafened</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets a value that indicates whether this user has marked themselves as deafened.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -466,7 +484,8 @@
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
<td><p><code>true</code> if this user has deafened themselves (i.e. not permitted to listen to or speak to others); otherwise <code>false</code>.</p>
</td>
</tr>
</tbody>
</table>
@ -479,7 +498,9 @@
</span>
<a id="Discord_WebSocket_SocketGuildUser_IsSelfMuted_" data-uid="Discord.WebSocket.SocketGuildUser.IsSelfMuted*"></a>
<h4 id="Discord_WebSocket_SocketGuildUser_IsSelfMuted" data-uid="Discord.WebSocket.SocketGuildUser.IsSelfMuted">IsSelfMuted</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets a value that indicates whether this user has marked themselves as muted (i.e. not permitted to
speak via voice).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -496,7 +517,8 @@
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
<td><p><code>true</code> if this user has muted themselves; otherwise <code>false</code>.</p>
</td>
</tr>
</tbody>
</table>
@ -509,7 +531,8 @@
</span>
<a id="Discord_WebSocket_SocketGuildUser_IsStreaming_" data-uid="Discord.WebSocket.SocketGuildUser.IsStreaming*"></a>
<h4 id="Discord_WebSocket_SocketGuildUser_IsStreaming" data-uid="Discord.WebSocket.SocketGuildUser.IsStreaming">IsStreaming</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets a value that indicates if this user is streaming in a voice channel.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -526,7 +549,8 @@
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
<td><p><code>true</code> if the user is streaming; otherwise <code>false</code>.</p>
</td>
</tr>
</tbody>
</table>
@ -539,7 +563,8 @@
</span>
<a id="Discord_WebSocket_SocketGuildUser_IsSuppressed_" data-uid="Discord.WebSocket.SocketGuildUser.IsSuppressed*"></a>
<h4 id="Discord_WebSocket_SocketGuildUser_IsSuppressed" data-uid="Discord.WebSocket.SocketGuildUser.IsSuppressed">IsSuppressed</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets a value that indicates whether the user is muted by the current user.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -556,7 +581,8 @@
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
<td><p><code>true</code> if the guild is temporarily blocking audio to/from this user; otherwise <code>false</code>.</p>
</td>
</tr>
</tbody>
</table>
@ -569,7 +595,8 @@
</span>
<a id="Discord_WebSocket_SocketGuildUser_IsWebhook_" data-uid="Discord.WebSocket.SocketGuildUser.IsWebhook*"></a>
<h4 id="Discord_WebSocket_SocketGuildUser_IsWebhook" data-uid="Discord.WebSocket.SocketGuildUser.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">
@ -586,7 +613,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>
@ -601,7 +629,8 @@
</span>
<a id="Discord_WebSocket_SocketGuildUser_JoinedAt_" data-uid="Discord.WebSocket.SocketGuildUser.JoinedAt*"></a>
<h4 id="Discord_WebSocket_SocketGuildUser_JoinedAt" data-uid="Discord.WebSocket.SocketGuildUser.JoinedAt">JoinedAt</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets when this user joined the guild.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -618,7 +647,9 @@
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.DateTimeOffset</span>&gt;</td>
<td></td>
<td><p>A <span class="xref">System.DateTimeOffset</span> representing the time of which the user has joined the guild;
<code>null</code> when it cannot be obtained.</p>
</td>
</tr>
</tbody>
</table>
@ -631,7 +662,8 @@
</span>
<a id="Discord_WebSocket_SocketGuildUser_Nickname_" data-uid="Discord.WebSocket.SocketGuildUser.Nickname*"></a>
<h4 id="Discord_WebSocket_SocketGuildUser_Nickname" data-uid="Discord.WebSocket.SocketGuildUser.Nickname">Nickname</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets the nickname for this user.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -648,7 +680,8 @@
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
<td><p>A string representing the nickname of the user; <code>null</code> if none is set.</p>
</td>
</tr>
</tbody>
</table>
@ -661,7 +694,8 @@
</span>
<a id="Discord_WebSocket_SocketGuildUser_PremiumSince_" data-uid="Discord.WebSocket.SocketGuildUser.PremiumSince*"></a>
<h4 id="Discord_WebSocket_SocketGuildUser_PremiumSince" data-uid="Discord.WebSocket.SocketGuildUser.PremiumSince">PremiumSince</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets the date and time for when this user's guild boost began.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -678,7 +712,8 @@
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.DateTimeOffset</span>&gt;</td>
<td></td>
<td><p>A <span class="xref">System.DateTimeOffset</span> for when the user began boosting this guild; <code>null</code> if they are not boosting the guild.</p>
</td>
</tr>
</tbody>
</table>
@ -722,7 +757,8 @@
</span>
<a id="Discord_WebSocket_SocketGuildUser_Username_" data-uid="Discord.WebSocket.SocketGuildUser.Username*"></a>
<h4 id="Discord_WebSocket_SocketGuildUser_Username" data-uid="Discord.WebSocket.SocketGuildUser.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">
@ -785,7 +821,8 @@
</span>
<a id="Discord_WebSocket_SocketGuildUser_VoiceSessionId_" data-uid="Discord.WebSocket.SocketGuildUser.VoiceSessionId*"></a>
<h4 id="Discord_WebSocket_SocketGuildUser_VoiceSessionId" data-uid="Discord.WebSocket.SocketGuildUser.VoiceSessionId">VoiceSessionId</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets the unique identifier for this user's voice session.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -850,7 +887,8 @@ connected to a voice channel.</p>
</span>
<a id="Discord_WebSocket_SocketGuildUser_AddRoleAsync_" data-uid="Discord.WebSocket.SocketGuildUser.AddRoleAsync*"></a>
<h4 id="Discord_WebSocket_SocketGuildUser_AddRoleAsync_Discord_IRole_Discord_RequestOptions_" data-uid="Discord.WebSocket.SocketGuildUser.AddRoleAsync(Discord.IRole,Discord.RequestOptions)">AddRoleAsync(IRole, RequestOptions)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Adds the specified role to this user in the guild.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -869,12 +907,14 @@ connected to a voice channel.</p>
<tr>
<td><a class="xref" href="Discord.IRole.html">IRole</a></td>
<td><span class="parametername">role</span></td>
<td></td>
<td><p>The role to be added to the user.</p>
</td>
</tr>
<tr>
<td><a class="xref" href="Discord.RequestOptions.html">RequestOptions</a></td>
<td><span class="parametername">options</span></td>
<td></td>
<td><p>The options to be used when sending the request.</p>
</td>
</tr>
</tbody>
</table>
@ -889,7 +929,8 @@ connected to a voice channel.</p>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.Task</span></td>
<td></td>
<td><p>A task that represents the asynchronous role addition operation.</p>
</td>
</tr>
</tbody>
</table>
@ -902,7 +943,8 @@ connected to a voice channel.</p>
</span>
<a id="Discord_WebSocket_SocketGuildUser_AddRolesAsync_" data-uid="Discord.WebSocket.SocketGuildUser.AddRolesAsync*"></a>
<h4 id="Discord_WebSocket_SocketGuildUser_AddRolesAsync_System_Collections_Generic_IEnumerable_Discord_IRole__Discord_RequestOptions_" data-uid="Discord.WebSocket.SocketGuildUser.AddRolesAsync(System.Collections.Generic.IEnumerable{Discord.IRole},Discord.RequestOptions)">AddRolesAsync(IEnumerable&lt;IRole&gt;, RequestOptions)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Adds the specified <code data-dev-comment-type="paramref" class="paramref">roles</code> to this user in the guild.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -921,12 +963,14 @@ connected to a voice channel.</p>
<tr>
<td><span class="xref">System.Collections.Generic.IEnumerable</span>&lt;<a class="xref" href="Discord.IRole.html">IRole</a>&gt;</td>
<td><span class="parametername">roles</span></td>
<td></td>
<td><p>The roles to be added to the user.</p>
</td>
</tr>
<tr>
<td><a class="xref" href="Discord.RequestOptions.html">RequestOptions</a></td>
<td><span class="parametername">options</span></td>
<td></td>
<td><p>The options to be used when sending the request.</p>
</td>
</tr>
</tbody>
</table>
@ -941,7 +985,8 @@ connected to a voice channel.</p>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.Task</span></td>
<td></td>
<td><p>A task that represents the asynchronous role addition operation.</p>
</td>
</tr>
</tbody>
</table>
@ -954,7 +999,8 @@ connected to a voice channel.</p>
</span>
<a id="Discord_WebSocket_SocketGuildUser_GetPermissions_" data-uid="Discord.WebSocket.SocketGuildUser.GetPermissions*"></a>
<h4 id="Discord_WebSocket_SocketGuildUser_GetPermissions_Discord_IGuildChannel_" data-uid="Discord.WebSocket.SocketGuildUser.GetPermissions(Discord.IGuildChannel)">GetPermissions(IGuildChannel)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets the level permissions granted to this user to a given channel.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -973,7 +1019,8 @@ connected to a voice channel.</p>
<tr>
<td><a class="xref" href="Discord.IGuildChannel.html">IGuildChannel</a></td>
<td><span class="parametername">channel</span></td>
<td></td>
<td><p>The channel to get the permission from.</p>
</td>
</tr>
</tbody>
</table>
@ -988,7 +1035,9 @@ connected to a voice channel.</p>
<tbody>
<tr>
<td><a class="xref" href="Discord.ChannelPermissions.html">ChannelPermissions</a></td>
<td></td>
<td><p>A <a class="xref" href="Discord.ChannelPermissions.html">ChannelPermissions</a> structure representing the permissions that a user has in the
specified channel.</p>
</td>
</tr>
</tbody>
</table>
@ -1001,7 +1050,8 @@ connected to a voice channel.</p>
</span>
<a id="Discord_WebSocket_SocketGuildUser_KickAsync_" data-uid="Discord.WebSocket.SocketGuildUser.KickAsync*"></a>
<h4 id="Discord_WebSocket_SocketGuildUser_KickAsync_System_String_Discord_RequestOptions_" data-uid="Discord.WebSocket.SocketGuildUser.KickAsync(System.String,Discord.RequestOptions)">KickAsync(String, RequestOptions)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Kicks this user from this guild.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -1020,12 +1070,14 @@ connected to a voice channel.</p>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">reason</span></td>
<td></td>
<td><p>The reason for the kick which will be recorded in the audit log.</p>
</td>
</tr>
<tr>
<td><a class="xref" href="Discord.RequestOptions.html">RequestOptions</a></td>
<td><span class="parametername">options</span></td>
<td></td>
<td><p>The options to be used when sending the request.</p>
</td>
</tr>
</tbody>
</table>
@ -1040,7 +1092,8 @@ connected to a voice channel.</p>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.Task</span></td>
<td></td>
<td><p>A task that represents the asynchronous kick operation.</p>
</td>
</tr>
</tbody>
</table>
@ -1053,7 +1106,8 @@ connected to a voice channel.</p>
</span>
<a id="Discord_WebSocket_SocketGuildUser_ModifyAsync_" data-uid="Discord.WebSocket.SocketGuildUser.ModifyAsync*"></a>
<h4 id="Discord_WebSocket_SocketGuildUser_ModifyAsync_System_Action_Discord_GuildUserProperties__Discord_RequestOptions_" data-uid="Discord.WebSocket.SocketGuildUser.ModifyAsync(System.Action{Discord.GuildUserProperties},Discord.RequestOptions)">ModifyAsync(Action&lt;GuildUserProperties&gt;, RequestOptions)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Modifies this user's properties in this guild.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -1072,12 +1126,14 @@ connected to a voice channel.</p>
<tr>
<td><span class="xref">System.Action</span>&lt;<a class="xref" href="Discord.GuildUserProperties.html">GuildUserProperties</a>&gt;</td>
<td><span class="parametername">func</span></td>
<td></td>
<td><p>The delegate containing the properties to modify the user with.</p>
</td>
</tr>
<tr>
<td><a class="xref" href="Discord.RequestOptions.html">RequestOptions</a></td>
<td><span class="parametername">options</span></td>
<td></td>
<td><p>The options to be used when sending the request.</p>
</td>
</tr>
</tbody>
</table>
@ -1092,10 +1148,15 @@ connected to a voice channel.</p>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.Task</span></td>
<td></td>
<td><p>A task that represents the asynchronous modification operation.</p>
</td>
</tr>
</tbody>
</table>
<h5 id="Discord_WebSocket_SocketGuildUser_ModifyAsync_System_Action_Discord_GuildUserProperties__Discord_RequestOptions__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This method modifies the current guild user with the specified properties. To see an example of this
method and what properties are available, please refer to <a class="xref" href="Discord.GuildUserProperties.html">GuildUserProperties</a>.</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_SocketGuildUser_RemoveRoleAsync_Discord_IRole_Discord_RequestOptions_.md&amp;value=---%0Auid%3A%20Discord.WebSocket.SocketGuildUser.RemoveRoleAsync(Discord.IRole%2CDiscord.RequestOptions)%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>
@ -1105,7 +1166,8 @@ connected to a voice channel.</p>
</span>
<a id="Discord_WebSocket_SocketGuildUser_RemoveRoleAsync_" data-uid="Discord.WebSocket.SocketGuildUser.RemoveRoleAsync*"></a>
<h4 id="Discord_WebSocket_SocketGuildUser_RemoveRoleAsync_Discord_IRole_Discord_RequestOptions_" data-uid="Discord.WebSocket.SocketGuildUser.RemoveRoleAsync(Discord.IRole,Discord.RequestOptions)">RemoveRoleAsync(IRole, RequestOptions)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Removes the specified <code data-dev-comment-type="paramref" class="paramref">role</code> from this user in the guild.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -1124,12 +1186,14 @@ connected to a voice channel.</p>
<tr>
<td><a class="xref" href="Discord.IRole.html">IRole</a></td>
<td><span class="parametername">role</span></td>
<td></td>
<td><p>The role to be removed from the user.</p>
</td>
</tr>
<tr>
<td><a class="xref" href="Discord.RequestOptions.html">RequestOptions</a></td>
<td><span class="parametername">options</span></td>
<td></td>
<td><p>The options to be used when sending the request.</p>
</td>
</tr>
</tbody>
</table>
@ -1144,7 +1208,8 @@ connected to a voice channel.</p>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.Task</span></td>
<td></td>
<td><p>A task that represents the asynchronous role removal operation.</p>
</td>
</tr>
</tbody>
</table>
@ -1157,7 +1222,8 @@ connected to a voice channel.</p>
</span>
<a id="Discord_WebSocket_SocketGuildUser_RemoveRolesAsync_" data-uid="Discord.WebSocket.SocketGuildUser.RemoveRolesAsync*"></a>
<h4 id="Discord_WebSocket_SocketGuildUser_RemoveRolesAsync_System_Collections_Generic_IEnumerable_Discord_IRole__Discord_RequestOptions_" data-uid="Discord.WebSocket.SocketGuildUser.RemoveRolesAsync(System.Collections.Generic.IEnumerable{Discord.IRole},Discord.RequestOptions)">RemoveRolesAsync(IEnumerable&lt;IRole&gt;, RequestOptions)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Removes the specified <code data-dev-comment-type="paramref" class="paramref">roles</code> from this user in the guild.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -1176,12 +1242,14 @@ connected to a voice channel.</p>
<tr>
<td><span class="xref">System.Collections.Generic.IEnumerable</span>&lt;<a class="xref" href="Discord.IRole.html">IRole</a>&gt;</td>
<td><span class="parametername">roles</span></td>
<td></td>
<td><p>The roles to be removed from the user.</p>
</td>
</tr>
<tr>
<td><a class="xref" href="Discord.RequestOptions.html">RequestOptions</a></td>
<td><span class="parametername">options</span></td>
<td></td>
<td><p>The options to be used when sending the request.</p>
</td>
</tr>
</tbody>
</table>
@ -1196,7 +1264,8 @@ connected to a voice channel.</p>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.Task</span></td>
<td></td>
<td><p>A task that represents the asynchronous role removal operation.</p>
</td>
</tr>
</tbody>
</table>
@ -1211,7 +1280,8 @@ connected to a voice channel.</p>
</span>
<a id="Discord_WebSocket_SocketGuildUser_Discord_IGuildUser_Guild_" data-uid="Discord.WebSocket.SocketGuildUser.Discord#IGuildUser#Guild*"></a>
<h4 id="Discord_WebSocket_SocketGuildUser_Discord_IGuildUser_Guild" data-uid="Discord.WebSocket.SocketGuildUser.Discord#IGuildUser#Guild">IGuildUser.Guild</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets the guild for this user.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -1228,7 +1298,8 @@ connected to a voice channel.</p>
<tbody>
<tr>
<td><a class="xref" href="Discord.IGuild.html">IGuild</a></td>
<td></td>
<td><p>A guild object that this user belongs to.</p>
</td>
</tr>
</tbody>
</table>
@ -1241,7 +1312,8 @@ connected to a voice channel.</p>
</span>
<a id="Discord_WebSocket_SocketGuildUser_Discord_IGuildUser_GuildId_" data-uid="Discord.WebSocket.SocketGuildUser.Discord#IGuildUser#GuildId*"></a>
<h4 id="Discord_WebSocket_SocketGuildUser_Discord_IGuildUser_GuildId" data-uid="Discord.WebSocket.SocketGuildUser.Discord#IGuildUser#GuildId">IGuildUser.GuildId</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets the ID of the guild for this user.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -1258,7 +1330,8 @@ connected to a voice channel.</p>
<tbody>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td></td>
<td><p>An <span class="xref">System.UInt64</span> representing the snowflake identifier of the guild that this user belongs to.</p>
</td>
</tr>
</tbody>
</table>
@ -1271,7 +1344,8 @@ connected to a voice channel.</p>
</span>
<a id="Discord_WebSocket_SocketGuildUser_Discord_IGuildUser_RoleIds_" data-uid="Discord.WebSocket.SocketGuildUser.Discord#IGuildUser#RoleIds*"></a>
<h4 id="Discord_WebSocket_SocketGuildUser_Discord_IGuildUser_RoleIds" data-uid="Discord.WebSocket.SocketGuildUser.Discord#IGuildUser#RoleIds">IGuildUser.RoleIds</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets a collection of IDs for the roles that this user currently possesses in the guild.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -1288,10 +1362,17 @@ connected to a voice channel.</p>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.IReadOnlyCollection</span>&lt;<span class="xref">System.UInt64</span>&gt;</td>
<td></td>
<td><p>A read-only collection of <span class="xref">System.UInt64</span>, each representing a snowflake identifier for a role that
this user possesses.</p>
</td>
</tr>
</tbody>
</table>
<h5 id="Discord_WebSocket_SocketGuildUser_Discord_IGuildUser_RoleIds_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property returns a read-only collection of the identifiers of the roles that this user possesses.
For WebSocket users, a Roles property can be found in place of this property. Due to the REST
implementation, only a collection of identifiers can be retrieved instead of the full role objects.</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_SocketGuildUser_Discord_IVoiceState_VoiceChannel.md&amp;value=---%0Auid%3A%20Discord.WebSocket.SocketGuildUser.Discord%23IVoiceState%23VoiceChannel%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>
@ -1301,7 +1382,8 @@ connected to a voice channel.</p>
</span>
<a id="Discord_WebSocket_SocketGuildUser_Discord_IVoiceState_VoiceChannel_" data-uid="Discord.WebSocket.SocketGuildUser.Discord#IVoiceState#VoiceChannel*"></a>
<h4 id="Discord_WebSocket_SocketGuildUser_Discord_IVoiceState_VoiceChannel" data-uid="Discord.WebSocket.SocketGuildUser.Discord#IVoiceState#VoiceChannel">IVoiceState.VoiceChannel</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets the voice channel this user is currently in.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -1318,7 +1400,9 @@ connected to a voice channel.</p>
<tbody>
<tr>
<td><a class="xref" href="Discord.IVoiceChannel.html">IVoiceChannel</a></td>
<td></td>
<td><p>A generic voice channel object representing the voice channel that the user is currently in; <code>null</code>
if none.</p>
</td>
</tr>
</tbody>
</table>