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

@ -73,7 +73,8 @@
<h1 id="Discord_Attachment" data-uid="Discord.Attachment" class="text-break">Class Attachment
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 summary"><p>Represents a message attachment found in a <a class="xref" href="Discord.IUserMessage.html">IUserMessage</a>.</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
@ -122,7 +123,8 @@
</span>
<a id="Discord_Attachment_Filename_" data-uid="Discord.Attachment.Filename*"></a>
<h4 id="Discord_Attachment_Filename" data-uid="Discord.Attachment.Filename">Filename</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets the filename of this attachment.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -139,7 +141,8 @@
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
<td><p>A string containing the full filename of this attachment (e.g. <code>textFile.txt</code>).</p>
</td>
</tr>
</tbody>
</table>
@ -152,7 +155,8 @@
</span>
<a id="Discord_Attachment_Height_" data-uid="Discord.Attachment.Height*"></a>
<h4 id="Discord_Attachment_Height" data-uid="Discord.Attachment.Height">Height</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets the height of this attachment.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -169,7 +173,8 @@
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.Int32</span>&gt;</td>
<td></td>
<td><p>The height of this attachment if it is a picture; otherwise <code>null</code>.</p>
</td>
</tr>
</tbody>
</table>
@ -182,7 +187,8 @@
</span>
<a id="Discord_Attachment_Id_" data-uid="Discord.Attachment.Id*"></a>
<h4 id="Discord_Attachment_Id" data-uid="Discord.Attachment.Id">Id</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets the ID of this attachment.</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.UInt64</span></td>
<td></td>
<td><p>A snowflake ID associated with this attachment.</p>
</td>
</tr>
</tbody>
</table>
@ -212,7 +219,8 @@
</span>
<a id="Discord_Attachment_ProxyUrl_" data-uid="Discord.Attachment.ProxyUrl*"></a>
<h4 id="Discord_Attachment_ProxyUrl" data-uid="Discord.Attachment.ProxyUrl">ProxyUrl</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets a proxied URL of this attachment.</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 proxied URL of this attachment.</p>
</td>
</tr>
</tbody>
</table>
@ -242,7 +251,8 @@
</span>
<a id="Discord_Attachment_Size_" data-uid="Discord.Attachment.Size*"></a>
<h4 id="Discord_Attachment_Size" data-uid="Discord.Attachment.Size">Size</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets the file size of this attachment.</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.Int32</span></td>
<td></td>
<td><p>The size of this attachment in bytes.</p>
</td>
</tr>
</tbody>
</table>
@ -272,7 +283,8 @@
</span>
<a id="Discord_Attachment_Url_" data-uid="Discord.Attachment.Url*"></a>
<h4 id="Discord_Attachment_Url" data-uid="Discord.Attachment.Url">Url</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets the URL of this attachment.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -289,7 +301,8 @@
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
<td><p>A string containing the URL of this attachment.</p>
</td>
</tr>
</tbody>
</table>
@ -302,7 +315,8 @@
</span>
<a id="Discord_Attachment_Width_" data-uid="Discord.Attachment.Width*"></a>
<h4 id="Discord_Attachment_Width" data-uid="Discord.Attachment.Width">Width</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets the width of this attachment.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -319,7 +333,8 @@
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.Int32</span>&gt;</td>
<td></td>
<td><p>The width of this attachment if it is a picture; otherwise <code>null</code>.</p>
</td>
</tr>
</tbody>
</table>