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

@ -132,7 +132,8 @@
</span>
<a id="Discord_Rest_RestAuditLogEntry_Action_" data-uid="Discord.Rest.RestAuditLogEntry.Action*"></a>
<h4 id="Discord_Rest_RestAuditLogEntry_Action" data-uid="Discord.Rest.RestAuditLogEntry.Action">Action</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets the action which occurred to create this entry.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -149,7 +150,8 @@
<tbody>
<tr>
<td><a class="xref" href="Discord.ActionType.html">ActionType</a></td>
<td></td>
<td><p>The type of action for this audit log entry.</p>
</td>
</tr>
</tbody>
</table>
@ -162,7 +164,8 @@
</span>
<a id="Discord_Rest_RestAuditLogEntry_CreatedAt_" data-uid="Discord.Rest.RestAuditLogEntry.CreatedAt*"></a>
<h4 id="Discord_Rest_RestAuditLogEntry_CreatedAt" data-uid="Discord.Rest.RestAuditLogEntry.CreatedAt">CreatedAt</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets when the snowflake was created.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -179,7 +182,8 @@
<tbody>
<tr>
<td><span class="xref">System.DateTimeOffset</span></td>
<td></td>
<td><p>A <span class="xref">System.DateTimeOffset</span> representing when the entity was first created.</p>
</td>
</tr>
</tbody>
</table>
@ -192,7 +196,8 @@
</span>
<a id="Discord_Rest_RestAuditLogEntry_Data_" data-uid="Discord.Rest.RestAuditLogEntry.Data*"></a>
<h4 id="Discord_Rest_RestAuditLogEntry_Data" data-uid="Discord.Rest.RestAuditLogEntry.Data">Data</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets the data for this entry.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -209,7 +214,8 @@
<tbody>
<tr>
<td><a class="xref" href="Discord.IAuditLogData.html">IAuditLogData</a></td>
<td></td>
<td><p>An <a class="xref" href="Discord.IAuditLogData.html">IAuditLogData</a> for this audit log entry; <code>null</code> if no data is available.</p>
</td>
</tr>
</tbody>
</table>
@ -222,7 +228,8 @@
</span>
<a id="Discord_Rest_RestAuditLogEntry_Reason_" data-uid="Discord.Rest.RestAuditLogEntry.Reason*"></a>
<h4 id="Discord_Rest_RestAuditLogEntry_Reason" data-uid="Discord.Rest.RestAuditLogEntry.Reason">Reason</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets the reason behind the change.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -239,7 +246,8 @@
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
<td><p>A string containing the reason for the change; <code>null</code> if none is provided.</p>
</td>
</tr>
</tbody>
</table>
@ -252,7 +260,8 @@
</span>
<a id="Discord_Rest_RestAuditLogEntry_User_" data-uid="Discord.Rest.RestAuditLogEntry.User*"></a>
<h4 id="Discord_Rest_RestAuditLogEntry_User" data-uid="Discord.Rest.RestAuditLogEntry.User">User</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets the user responsible for causing the changes.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -269,7 +278,8 @@
<tbody>
<tr>
<td><a class="xref" href="Discord.IUser.html">IUser</a></td>
<td></td>
<td><p>A user object.</p>
</td>
</tr>
</tbody>
</table>