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

@ -174,7 +174,8 @@
</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"></div>
<div class="markdown level1 summary"><p>Gets when this invite was created.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -191,7 +192,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> representing the time of which the invite was first created.</p>
</td>
</tr>
</tbody>
</table>
@ -235,7 +237,8 @@
</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"></div>
<div class="markdown level1 summary"><p>Gets a value that indicates whether the invite has been revoked.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -252,7 +255,8 @@
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
<td><p><code>true</code> if this invite was revoked; otherwise <code>false</code>.</p>
</td>
</tr>
</tbody>
</table>
@ -265,7 +269,8 @@
</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"></div>
<div class="markdown level1 summary"><p>Gets a value that indicates whether the invite is a temporary one.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -282,7 +287,9 @@
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></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>
</tr>
</tbody>
</table>
@ -295,7 +302,8 @@
</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"></div>
<div class="markdown level1 summary"><p>Gets the time (in seconds) until the invite expires.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -312,7 +320,9 @@
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.Int32</span>&gt;</td>
<td></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>
</tr>
</tbody>
</table>
@ -325,7 +335,8 @@
</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"></div>
<div class="markdown level1 summary"><p>Gets the max number of uses this invite may have.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -342,7 +353,9 @@
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.Int32</span>&gt;</td>
<td></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>
</tr>
</tbody>
</table>
@ -355,7 +368,8 @@
</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"></div>
<div class="markdown level1 summary"><p>Gets the number of times this invite has been used.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -372,7 +386,8 @@
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.Int32</span>&gt;</td>
<td></td>
<td><p>An <span class="xref">System.Int32</span> representing the number of times this invite has been used.</p>
</td>
</tr>
</tbody>
</table>
@ -387,7 +402,8 @@
</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"></div>
<div class="markdown level1 summary"><p>Gets the user that created this invite.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -404,7 +420,8 @@
<tbody>
<tr>
<td><a class="xref" href="Discord.IUser.html">IUser</a></td>
<td></td>
<td><p>A user that created this invite.</p>
</td>
</tr>
</tbody>
</table>