docs: regenerate

This commit is contained in:
goat 2020-05-14 22:49:06 +02:00
parent 39a7afa4b6
commit 94571bb41b
71 changed files with 3254 additions and 7339 deletions

View file

@ -174,8 +174,7 @@
</span>
<a id="Discord_Rest_RestInviteMetadata_CreatedAt_" data-uid="Discord.Rest.RestInviteMetadata.CreatedAt*"></a>
<h4 id="Discord_Rest_RestInviteMetadata_CreatedAt" data-uid="Discord.Rest.RestInviteMetadata.CreatedAt">CreatedAt</h4>
<div class="markdown level1 summary"><p>Gets when this invite was created.</p>
</div>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -192,8 +191,7 @@
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.DateTimeOffset</span>&gt;</td>
<td><p>A <span class="xref">System.DateTimeOffset</span> representing the time of which the invite was first created.</p>
</td>
<td></td>
</tr>
</tbody>
</table>
@ -237,8 +235,7 @@
</span>
<a id="Discord_Rest_RestInviteMetadata_IsRevoked_" data-uid="Discord.Rest.RestInviteMetadata.IsRevoked*"></a>
<h4 id="Discord_Rest_RestInviteMetadata_IsRevoked" data-uid="Discord.Rest.RestInviteMetadata.IsRevoked">IsRevoked</h4>
<div class="markdown level1 summary"><p>Gets a value that indicates whether the invite has been revoked.</p>
</div>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -255,8 +252,7 @@
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><p><code>true</code> if this invite was revoked; otherwise <code>false</code>.</p>
</td>
<td></td>
</tr>
</tbody>
</table>
@ -269,8 +265,7 @@
</span>
<a id="Discord_Rest_RestInviteMetadata_IsTemporary_" data-uid="Discord.Rest.RestInviteMetadata.IsTemporary*"></a>
<h4 id="Discord_Rest_RestInviteMetadata_IsTemporary" data-uid="Discord.Rest.RestInviteMetadata.IsTemporary">IsTemporary</h4>
<div class="markdown level1 summary"><p>Gets a value that indicates whether the invite is a temporary one.</p>
</div>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -287,9 +282,7 @@
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><p><code>true</code> if users accepting this invite will be removed from the guild when they log off; otherwise
<code>false</code>.</p>
</td>
<td></td>
</tr>
</tbody>
</table>
@ -302,8 +295,7 @@
</span>
<a id="Discord_Rest_RestInviteMetadata_MaxAge_" data-uid="Discord.Rest.RestInviteMetadata.MaxAge*"></a>
<h4 id="Discord_Rest_RestInviteMetadata_MaxAge" data-uid="Discord.Rest.RestInviteMetadata.MaxAge">MaxAge</h4>
<div class="markdown level1 summary"><p>Gets the time (in seconds) until the invite expires.</p>
</div>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -320,9 +312,7 @@
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.Int32</span>&gt;</td>
<td><p>An <span class="xref">System.Int32</span> representing the time in seconds until this invite expires; <code>null</code> if this
invite never expires.</p>
</td>
<td></td>
</tr>
</tbody>
</table>
@ -335,8 +325,7 @@ invite never expires.</p>
</span>
<a id="Discord_Rest_RestInviteMetadata_MaxUses_" data-uid="Discord.Rest.RestInviteMetadata.MaxUses*"></a>
<h4 id="Discord_Rest_RestInviteMetadata_MaxUses" data-uid="Discord.Rest.RestInviteMetadata.MaxUses">MaxUses</h4>
<div class="markdown level1 summary"><p>Gets the max number of uses this invite may have.</p>
</div>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -353,9 +342,7 @@ invite never expires.</p>
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.Int32</span>&gt;</td>
<td><p>An <span class="xref">System.Int32</span> representing the number of uses this invite may be accepted until it is removed
from the guild; <code>null</code> if none is set.</p>
</td>
<td></td>
</tr>
</tbody>
</table>
@ -368,8 +355,7 @@ from the guild; <code>null</code> if none is set.</p>
</span>
<a id="Discord_Rest_RestInviteMetadata_Uses_" data-uid="Discord.Rest.RestInviteMetadata.Uses*"></a>
<h4 id="Discord_Rest_RestInviteMetadata_Uses" data-uid="Discord.Rest.RestInviteMetadata.Uses">Uses</h4>
<div class="markdown level1 summary"><p>Gets the number of times this invite has been used.</p>
</div>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -386,8 +372,7 @@ from the guild; <code>null</code> if none is set.</p>
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.Int32</span>&gt;</td>
<td><p>An <span class="xref">System.Int32</span> representing the number of times this invite has been used.</p>
</td>
<td></td>
</tr>
</tbody>
</table>
@ -402,8 +387,7 @@ from the guild; <code>null</code> if none is set.</p>
</span>
<a id="Discord_Rest_RestInviteMetadata_Discord_IInviteMetadata_Inviter_" data-uid="Discord.Rest.RestInviteMetadata.Discord#IInviteMetadata#Inviter*"></a>
<h4 id="Discord_Rest_RestInviteMetadata_Discord_IInviteMetadata_Inviter" data-uid="Discord.Rest.RestInviteMetadata.Discord#IInviteMetadata#Inviter">IInviteMetadata.Inviter</h4>
<div class="markdown level1 summary"><p>Gets the user that created this invite.</p>
</div>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -420,8 +404,7 @@ from the guild; <code>null</code> if none is set.</p>
<tbody>
<tr>
<td><a class="xref" href="Discord.IUser.html">IUser</a></td>
<td><p>A user that created this invite.</p>
</td>
<td></td>
</tr>
</tbody>
</table>