mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
docs: regenerate
This commit is contained in:
parent
39a7afa4b6
commit
94571bb41b
71 changed files with 3254 additions and 7339 deletions
|
|
@ -202,8 +202,7 @@
|
|||
</span>
|
||||
<a id="Discord_Rest_RestUserMessage_Attachments_" data-uid="Discord.Rest.RestUserMessage.Attachments*"></a>
|
||||
<h4 id="Discord_Rest_RestUserMessage_Attachments" data-uid="Discord.Rest.RestUserMessage.Attachments">Attachments</h4>
|
||||
<div class="markdown level1 summary"><p>Gets a collection of the <a class="xref" href="Discord.Attachment.html">Attachment</a>'s on the message.</p>
|
||||
</div>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
|
|
@ -235,8 +234,7 @@
|
|||
</span>
|
||||
<a id="Discord_Rest_RestUserMessage_EditedTimestamp_" data-uid="Discord.Rest.RestUserMessage.EditedTimestamp*"></a>
|
||||
<h4 id="Discord_Rest_RestUserMessage_EditedTimestamp" data-uid="Discord.Rest.RestUserMessage.EditedTimestamp">EditedTimestamp</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the time of this message's last edit.</p>
|
||||
</div>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
|
|
@ -253,8 +251,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">System.DateTimeOffset</span>></td>
|
||||
<td><p>Time of when the message was last edited; <code>null</code> if the message is never edited.</p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -269,8 +266,7 @@
|
|||
</span>
|
||||
<a id="Discord_Rest_RestUserMessage_Embeds_" data-uid="Discord.Rest.RestUserMessage.Embeds*"></a>
|
||||
<h4 id="Discord_Rest_RestUserMessage_Embeds" data-uid="Discord.Rest.RestUserMessage.Embeds">Embeds</h4>
|
||||
<div class="markdown level1 summary"><p>Gets a collection of the <a class="xref" href="Discord.Embed.html">Embed</a>'s on the message.</p>
|
||||
</div>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
|
|
@ -302,8 +298,7 @@
|
|||
</span>
|
||||
<a id="Discord_Rest_RestUserMessage_IsPinned_" data-uid="Discord.Rest.RestUserMessage.IsPinned*"></a>
|
||||
<h4 id="Discord_Rest_RestUserMessage_IsPinned" data-uid="Discord.Rest.RestUserMessage.IsPinned">IsPinned</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the value that indicates whether this message is pinned.</p>
|
||||
</div>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
|
|
@ -320,8 +315,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td><p><code>true</code> if this message was added to its channel's pinned messages; otherwise <code>false</code>.</p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -336,8 +330,7 @@
|
|||
</span>
|
||||
<a id="Discord_Rest_RestUserMessage_IsSuppressed_" data-uid="Discord.Rest.RestUserMessage.IsSuppressed*"></a>
|
||||
<h4 id="Discord_Rest_RestUserMessage_IsSuppressed" data-uid="Discord.Rest.RestUserMessage.IsSuppressed">IsSuppressed</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the value that indicates whether or not this message's embeds are suppressed.</p>
|
||||
</div>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
|
|
@ -354,8 +347,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td><p><code>true</code> if the embeds in this message have been suppressed (made invisible); otherwise <code>false</code>.</p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -370,8 +362,7 @@
|
|||
</span>
|
||||
<a id="Discord_Rest_RestUserMessage_IsTTS_" data-uid="Discord.Rest.RestUserMessage.IsTTS*"></a>
|
||||
<h4 id="Discord_Rest_RestUserMessage_IsTTS" data-uid="Discord.Rest.RestUserMessage.IsTTS">IsTTS</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the value that indicates whether this message was meant to be read-aloud by Discord.</p>
|
||||
</div>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
|
|
@ -388,8 +379,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td><p><code>true</code> if this message was sent as a text-to-speech message; otherwise <code>false</code>.</p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -404,8 +394,7 @@
|
|||
</span>
|
||||
<a id="Discord_Rest_RestUserMessage_MentionedChannelIds_" data-uid="Discord.Rest.RestUserMessage.MentionedChannelIds*"></a>
|
||||
<h4 id="Discord_Rest_RestUserMessage_MentionedChannelIds" data-uid="Discord.Rest.RestUserMessage.MentionedChannelIds">MentionedChannelIds</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the IDs of channels mentioned in this message.</p>
|
||||
</div>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
|
|
@ -422,8 +411,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Collections.Generic.IReadOnlyCollection</span><<span class="xref">System.UInt64</span>></td>
|
||||
<td><p>A read-only collection of channel IDs.</p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -438,8 +426,7 @@
|
|||
</span>
|
||||
<a id="Discord_Rest_RestUserMessage_MentionedRoleIds_" data-uid="Discord.Rest.RestUserMessage.MentionedRoleIds*"></a>
|
||||
<h4 id="Discord_Rest_RestUserMessage_MentionedRoleIds" data-uid="Discord.Rest.RestUserMessage.MentionedRoleIds">MentionedRoleIds</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the IDs of roles mentioned in this message.</p>
|
||||
</div>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
|
|
@ -456,8 +443,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Collections.Generic.IReadOnlyCollection</span><<span class="xref">System.UInt64</span>></td>
|
||||
<td><p>A read-only collection of role IDs.</p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -472,8 +458,7 @@
|
|||
</span>
|
||||
<a id="Discord_Rest_RestUserMessage_MentionedUsers_" data-uid="Discord.Rest.RestUserMessage.MentionedUsers*"></a>
|
||||
<h4 id="Discord_Rest_RestUserMessage_MentionedUsers" data-uid="Discord.Rest.RestUserMessage.MentionedUsers">MentionedUsers</h4>
|
||||
<div class="markdown level1 summary"><p>Gets a collection of the mentioned users in the message.</p>
|
||||
</div>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
|
|
@ -505,8 +490,7 @@
|
|||
</span>
|
||||
<a id="Discord_Rest_RestUserMessage_Tags_" data-uid="Discord.Rest.RestUserMessage.Tags*"></a>
|
||||
<h4 id="Discord_Rest_RestUserMessage_Tags" data-uid="Discord.Rest.RestUserMessage.Tags">Tags</h4>
|
||||
<div class="markdown level1 summary"><p>Gets all tags included in this message's content.</p>
|
||||
</div>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
|
|
@ -540,8 +524,7 @@
|
|||
</span>
|
||||
<a id="Discord_Rest_RestUserMessage_ModifyAsync_" data-uid="Discord.Rest.RestUserMessage.ModifyAsync*"></a>
|
||||
<h4 id="Discord_Rest_RestUserMessage_ModifyAsync_System_Action_Discord_MessageProperties__Discord_RequestOptions_" data-uid="Discord.Rest.RestUserMessage.ModifyAsync(System.Action{Discord.MessageProperties},Discord.RequestOptions)">ModifyAsync(Action<MessageProperties>, RequestOptions)</h4>
|
||||
<div class="markdown level1 summary"><p>Modifies this message.</p>
|
||||
</div>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
|
|
@ -560,14 +543,12 @@
|
|||
<tr>
|
||||
<td><span class="xref">System.Action</span><<a class="xref" href="Discord.MessageProperties.html">MessageProperties</a>></td>
|
||||
<td><span class="parametername">func</span></td>
|
||||
<td><p>A delegate containing the properties to modify the message with.</p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a class="xref" href="Discord.RequestOptions.html">RequestOptions</a></td>
|
||||
<td><span class="parametername">options</span></td>
|
||||
<td><p>The options to be used when sending the request.</p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -582,15 +563,10 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Threading.Tasks.Task</span></td>
|
||||
<td><p>A task that represents the asynchronous modification operation.</p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h5 id="Discord_Rest_RestUserMessage_ModifyAsync_System_Action_Discord_MessageProperties__Discord_RequestOptions__remarks">Remarks</h5>
|
||||
<div class="markdown level1 remarks"><p>This method modifies this message with the specified properties. To see an example of this
|
||||
method and what properties are available, please refer to <a class="xref" href="Discord.MessageProperties.html">MessageProperties</a>.</p>
|
||||
</div>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goaaats/Discord.Net/new/dev/apiSpec/new?filename=Discord_Rest_RestUserMessage_ModifySuppressionAsync_System_Boolean_Discord_RequestOptions_.md&value=---%0Auid%3A%20Discord.Rest.RestUserMessage.ModifySuppressionAsync(System.Boolean%2CDiscord.RequestOptions)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
|
|
@ -600,8 +576,7 @@ method and what properties are available, please refer to <a class="xref" href="
|
|||
</span>
|
||||
<a id="Discord_Rest_RestUserMessage_ModifySuppressionAsync_" data-uid="Discord.Rest.RestUserMessage.ModifySuppressionAsync*"></a>
|
||||
<h4 id="Discord_Rest_RestUserMessage_ModifySuppressionAsync_System_Boolean_Discord_RequestOptions_" data-uid="Discord.Rest.RestUserMessage.ModifySuppressionAsync(System.Boolean,Discord.RequestOptions)">ModifySuppressionAsync(Boolean, RequestOptions)</h4>
|
||||
<div class="markdown level1 summary"><p>Modifies the suppression of this message.</p>
|
||||
</div>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
|
|
@ -620,14 +595,12 @@ method and what properties are available, please refer to <a class="xref" href="
|
|||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td><span class="parametername">suppressEmbeds</span></td>
|
||||
<td><p>Whether or not embeds in this message should be suppressed.</p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a class="xref" href="Discord.RequestOptions.html">RequestOptions</a></td>
|
||||
<td><span class="parametername">options</span></td>
|
||||
<td><p>The options to be used when sending the request.</p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -642,14 +615,10 @@ method and what properties are available, please refer to <a class="xref" href="
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Threading.Tasks.Task</span></td>
|
||||
<td><p>A task that represents the asynchronous modification operation.</p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h5 id="Discord_Rest_RestUserMessage_ModifySuppressionAsync_System_Boolean_Discord_RequestOptions__remarks">Remarks</h5>
|
||||
<div class="markdown level1 remarks"><p>This method modifies whether or not embeds in this message are suppressed (hidden).</p>
|
||||
</div>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goaaats/Discord.Net/new/dev/apiSpec/new?filename=Discord_Rest_RestUserMessage_PinAsync_Discord_RequestOptions_.md&value=---%0Auid%3A%20Discord.Rest.RestUserMessage.PinAsync(Discord.RequestOptions)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
|
|
@ -659,8 +628,7 @@ method and what properties are available, please refer to <a class="xref" href="
|
|||
</span>
|
||||
<a id="Discord_Rest_RestUserMessage_PinAsync_" data-uid="Discord.Rest.RestUserMessage.PinAsync*"></a>
|
||||
<h4 id="Discord_Rest_RestUserMessage_PinAsync_Discord_RequestOptions_" data-uid="Discord.Rest.RestUserMessage.PinAsync(Discord.RequestOptions)">PinAsync(RequestOptions)</h4>
|
||||
<div class="markdown level1 summary"><p>Adds this message to its channel's pinned messages.</p>
|
||||
</div>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
|
|
@ -679,8 +647,7 @@ method and what properties are available, please refer to <a class="xref" href="
|
|||
<tr>
|
||||
<td><a class="xref" href="Discord.RequestOptions.html">RequestOptions</a></td>
|
||||
<td><span class="parametername">options</span></td>
|
||||
<td><p>The options to be used when sending the request.</p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -695,8 +662,7 @@ method and what properties are available, please refer to <a class="xref" href="
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Threading.Tasks.Task</span></td>
|
||||
<td><p>A task that represents the asynchronous operation for pinning this message.</p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -709,8 +675,7 @@ method and what properties are available, please refer to <a class="xref" href="
|
|||
</span>
|
||||
<a id="Discord_Rest_RestUserMessage_Resolve_" data-uid="Discord.Rest.RestUserMessage.Resolve*"></a>
|
||||
<h4 id="Discord_Rest_RestUserMessage_Resolve_Discord_TagHandling_Discord_TagHandling_Discord_TagHandling_Discord_TagHandling_Discord_TagHandling_" data-uid="Discord.Rest.RestUserMessage.Resolve(Discord.TagHandling,Discord.TagHandling,Discord.TagHandling,Discord.TagHandling,Discord.TagHandling)">Resolve(TagHandling, TagHandling, TagHandling, TagHandling, TagHandling)</h4>
|
||||
<div class="markdown level1 summary"><p>Transforms this message's text into a human-readable form by resolving its tags.</p>
|
||||
</div>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
|
|
@ -729,32 +694,27 @@ method and what properties are available, please refer to <a class="xref" href="
|
|||
<tr>
|
||||
<td><a class="xref" href="Discord.TagHandling.html">TagHandling</a></td>
|
||||
<td><span class="parametername">userHandling</span></td>
|
||||
<td><p>Determines how the user tag should be handled.</p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a class="xref" href="Discord.TagHandling.html">TagHandling</a></td>
|
||||
<td><span class="parametername">channelHandling</span></td>
|
||||
<td><p>Determines how the channel tag should be handled.</p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a class="xref" href="Discord.TagHandling.html">TagHandling</a></td>
|
||||
<td><span class="parametername">roleHandling</span></td>
|
||||
<td><p>Determines how the role tag should be handled.</p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a class="xref" href="Discord.TagHandling.html">TagHandling</a></td>
|
||||
<td><span class="parametername">everyoneHandling</span></td>
|
||||
<td><p>Determines how the @everyone tag should be handled.</p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a class="xref" href="Discord.TagHandling.html">TagHandling</a></td>
|
||||
<td><span class="parametername">emojiHandling</span></td>
|
||||
<td><p>Determines how the emoji tag should be handled.</p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -854,8 +814,7 @@ method and what properties are available, please refer to <a class="xref" href="
|
|||
</span>
|
||||
<a id="Discord_Rest_RestUserMessage_UnpinAsync_" data-uid="Discord.Rest.RestUserMessage.UnpinAsync*"></a>
|
||||
<h4 id="Discord_Rest_RestUserMessage_UnpinAsync_Discord_RequestOptions_" data-uid="Discord.Rest.RestUserMessage.UnpinAsync(Discord.RequestOptions)">UnpinAsync(RequestOptions)</h4>
|
||||
<div class="markdown level1 summary"><p>Removes this message from its channel's pinned messages.</p>
|
||||
</div>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
|
|
@ -874,8 +833,7 @@ method and what properties are available, please refer to <a class="xref" href="
|
|||
<tr>
|
||||
<td><a class="xref" href="Discord.RequestOptions.html">RequestOptions</a></td>
|
||||
<td><span class="parametername">options</span></td>
|
||||
<td><p>The options to be used when sending the request.</p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -890,8 +848,7 @@ method and what properties are available, please refer to <a class="xref" href="
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Threading.Tasks.Task</span></td>
|
||||
<td><p>A task that represents the asynchronous operation for unpinning this message.</p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue