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

@ -122,7 +122,8 @@
</span>
<a id="Discord_Rest_RestConnection_Id_" data-uid="Discord.Rest.RestConnection.Id*"></a>
<h4 id="Discord_Rest_RestConnection_Id" data-uid="Discord.Rest.RestConnection.Id">Id</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets the ID of the connection account.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -139,7 +140,8 @@
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
<td><p>A <span class="xref">System.String</span> representing the unique identifier value of this connection.</p>
</td>
</tr>
</tbody>
</table>
@ -152,7 +154,8 @@
</span>
<a id="Discord_Rest_RestConnection_IntegrationIds_" data-uid="Discord.Rest.RestConnection.IntegrationIds*"></a>
<h4 id="Discord_Rest_RestConnection_IntegrationIds" data-uid="Discord.Rest.RestConnection.IntegrationIds">IntegrationIds</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets a <span class="xref">System.Collections.Generic.IReadOnlyCollection&lt;T&gt;</span> of integration IDs.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -169,7 +172,9 @@
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.IReadOnlyCollection</span>&lt;<span class="xref">System.UInt64</span>&gt;</td>
<td></td>
<td><p>An <span class="xref">System.Collections.Generic.IReadOnlyCollection&lt;T&gt;</span> containing <span class="xref">System.UInt64</span>
representations of unique identifier values of integrations.</p>
</td>
</tr>
</tbody>
</table>
@ -182,7 +187,8 @@
</span>
<a id="Discord_Rest_RestConnection_IsRevoked_" data-uid="Discord.Rest.RestConnection.IsRevoked*"></a>
<h4 id="Discord_Rest_RestConnection_IsRevoked" data-uid="Discord.Rest.RestConnection.IsRevoked">IsRevoked</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets whether the connection is revoked.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -199,7 +205,8 @@
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
<td><p>A value which if true indicates that this connection has been revoked, otherwise false.</p>
</td>
</tr>
</tbody>
</table>
@ -212,7 +219,8 @@
</span>
<a id="Discord_Rest_RestConnection_Name_" data-uid="Discord.Rest.RestConnection.Name*"></a>
<h4 id="Discord_Rest_RestConnection_Name" data-uid="Discord.Rest.RestConnection.Name">Name</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets the username of the connection account.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -229,7 +237,8 @@
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
<td><p>A string containing the name of this connection.</p>
</td>
</tr>
</tbody>
</table>
@ -242,7 +251,8 @@
</span>
<a id="Discord_Rest_RestConnection_Type_" data-uid="Discord.Rest.RestConnection.Type*"></a>
<h4 id="Discord_Rest_RestConnection_Type" data-uid="Discord.Rest.RestConnection.Type">Type</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets the service of the connection (twitch, youtube).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -259,7 +269,8 @@
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
<td><p>A string containing the name of this type of connection.</p>
</td>
</tr>
</tbody>
</table>