|
|
@@ -3914,6 +3914,16 @@ |
|
|
|
A task that represents the asynchronous removal operation. |
|
|
|
</returns> |
|
|
|
</member> |
|
|
|
<member name="M:Discord.IGuild.GetApplicationCommandsAsync(Discord.RequestOptions)"> |
|
|
|
<summary> |
|
|
|
Gets this guilds slash commands commands |
|
|
|
</summary> |
|
|
|
<param name="options">The options to be used when sending the request.</param> |
|
|
|
<returns> |
|
|
|
A task that represents the asynchronous get operation. The task result contains a read-only collection |
|
|
|
of application commands found within the guild. |
|
|
|
</returns> |
|
|
|
</member> |
|
|
|
<member name="T:Discord.IGuildIntegration"> |
|
|
|
<summary> |
|
|
|
Holds information for a guild integration feature. |
|
|
@@ -4504,13 +4514,6 @@ |
|
|
|
If the option is a subcommand or subcommand group type, this nested options will be the parameters. |
|
|
|
</summary> |
|
|
|
</member> |
|
|
|
<member name="M:Discord.IApplicationCommand.DeleteAsync(Discord.RequestOptions)"> |
|
|
|
<summary> |
|
|
|
Deletes this command |
|
|
|
</summary> |
|
|
|
<param name="options">The options to be used when sending the request.</param> |
|
|
|
<returns>A task that represents the asynchronous delete operation.</returns> |
|
|
|
</member> |
|
|
|
<member name="T:Discord.IApplicationCommandInteractionData"> |
|
|
|
<summary> |
|
|
|
Represents data of an Interaction Command, see <see href="https://discord.com/developers/docs/interactions/slash-commands#interaction-applicationcommandinteractiondata"/>. |
|
|
@@ -4644,6 +4647,58 @@ |
|
|
|
read-only property, always 1. |
|
|
|
</summary> |
|
|
|
</member> |
|
|
|
<member name="M:Discord.IDiscordInteraction.RespondAsync(System.String,Discord.Embed[],System.Boolean,System.Boolean,Discord.AllowedMentions,Discord.RequestOptions,Discord.MessageComponent,Discord.Embed)"> |
|
|
|
<summary> |
|
|
|
Responds to an Interaction with type <see cref="F:Discord.InteractionResponseType.ChannelMessageWithSource"/>. |
|
|
|
</summary> |
|
|
|
<param name="text">The text of the message to be sent.</param> |
|
|
|
<param name="embeds">A array of embeds to send with this response. Max 10</param> |
|
|
|
<param name="isTTS"><see langword="true"/> if the message should be read out by a text-to-speech reader, otherwise <see langword="false"/>.</param> |
|
|
|
<param name="ephemeral"><see langword="true"/> if the response should be hidden to everyone besides the invoker of the command, otherwise <see langword="false"/>.</param> |
|
|
|
<param name="allowedMentions">The allowed mentions for this response.</param> |
|
|
|
<param name="options">The request options for this response.</param> |
|
|
|
<param name="component">A <see cref="T:Discord.MessageComponent"/> to be sent with this response</param> |
|
|
|
<param name="embed">A single embed to send with this response. If this is passed alongside an array of embeds, the single embed will be ignored.</param> |
|
|
|
</member> |
|
|
|
<member name="M:Discord.IDiscordInteraction.FollowupAsync(System.String,Discord.Embed[],System.Boolean,System.Boolean,Discord.AllowedMentions,Discord.RequestOptions,Discord.MessageComponent,Discord.Embed)"> |
|
|
|
<summary> |
|
|
|
Sends a followup message for this interaction. |
|
|
|
</summary> |
|
|
|
<param name="text">The text of the message to be sent</param> |
|
|
|
<param name="embeds">A array of embeds to send with this response. Max 10</param> |
|
|
|
<param name="isTTS"><see langword="true"/> if the message should be read out by a text-to-speech reader, otherwise <see langword="false"/>.</param> |
|
|
|
<param name="ephemeral"><see langword="true"/> if the response should be hidden to everyone besides the invoker of the command, otherwise <see langword="false"/>.</param> |
|
|
|
<param name="allowedMentions">The allowed mentions for this response.</param> |
|
|
|
<param name="options">The request options for this response.</param> |
|
|
|
<param name="component">A <see cref="T:Discord.MessageComponent"/> to be sent with this response</param> |
|
|
|
<param name="embed">A single embed to send with this response. If this is passed alongside an array of embeds, the single embed will be ignored.</param> |
|
|
|
<returns> |
|
|
|
The sent message. |
|
|
|
</returns> |
|
|
|
</member> |
|
|
|
<member name="M:Discord.IDiscordInteraction.GetOriginalResponseAsync(Discord.RequestOptions)"> |
|
|
|
<summary> |
|
|
|
Gets the original response for this interaction. |
|
|
|
</summary> |
|
|
|
<param name="options">The request options for this async request.</param> |
|
|
|
<returns>A <see cref="T:Discord.IUserMessage"/> that represents the initial response.</returns> |
|
|
|
</member> |
|
|
|
<member name="M:Discord.IDiscordInteraction.ModifyOriginalResponseAsync(System.Action{Discord.MessageProperties},Discord.RequestOptions)"> |
|
|
|
<summary> |
|
|
|
Edits original response for this interaction. |
|
|
|
</summary> |
|
|
|
<param name="func">A delegate containing the properties to modify the message with.</param> |
|
|
|
<param name="options">The request options for this async request.</param> |
|
|
|
<returns>A <see cref="T:Discord.IUserMessage"/> that represents the initial response.</returns> |
|
|
|
</member> |
|
|
|
<member name="M:Discord.IDiscordInteraction.DeferAsync(Discord.RequestOptions)"> |
|
|
|
<summary> |
|
|
|
Acknowledges this interaction. |
|
|
|
</summary> |
|
|
|
<returns> |
|
|
|
A task that represents the asynchronous operation of acknowledging the interaction. |
|
|
|
</returns> |
|
|
|
</member> |
|
|
|
<member name="T:Discord.IDiscordInteractionData"> |
|
|
|
<summary> |
|
|
|
Represents an interface used to specify classes that they are a vaild dataype of a <see cref="T:Discord.IDiscordInteraction"/> class. |
|
|
@@ -4794,6 +4849,11 @@ |
|
|
|
Represents a builder for creating a <see cref="T:Discord.MessageComponent"/>. |
|
|
|
</summary> |
|
|
|
</member> |
|
|
|
<member name="F:Discord.ComponentBuilder.MaxButtonLabelLength"> |
|
|
|
<summary> |
|
|
|
The max length of a <see cref="P:Discord.ButtonComponent.Label"/>. |
|
|
|
</summary> |
|
|
|
</member> |
|
|
|
<member name="F:Discord.ComponentBuilder.MaxCustomIdLength"> |
|
|
|
<summary> |
|
|
|
The max length of a <see cref="P:Discord.ButtonComponent.CustomId"/>. |
|
|
@@ -4921,7 +4981,7 @@ |
|
|
|
<summary> |
|
|
|
Gets or sets the label of the current button. |
|
|
|
</summary> |
|
|
|
<exception cref="T:System.ArgumentException" accessor="set"><see cref="P:Discord.ButtonBuilder.Label"/> length exceeds <see cref="F:Discord.ButtonBuilder.MaxLabelLength"/>.</exception> |
|
|
|
<exception cref="T:System.ArgumentException" accessor="set"><see cref="P:Discord.ButtonBuilder.Label"/> length exceeds <see cref="F:Discord.ComponentBuilder.MaxButtonLabelLength"/>.</exception> |
|
|
|
</member> |
|
|
|
<member name="P:Discord.ButtonBuilder.CustomId"> |
|
|
|
<summary> |
|
|
@@ -5251,11 +5311,16 @@ |
|
|
|
The maximum length of a <see cref="P:Discord.SelectMenuOption.Description"/>. |
|
|
|
</summary> |
|
|
|
</member> |
|
|
|
<member name="F:Discord.SelectMenuOptionBuilder.MaxSelectLabelLength"> |
|
|
|
<summary> |
|
|
|
The maximum length of a <see cref="P:Discord.SelectMenuOption.Label"/>. |
|
|
|
</summary> |
|
|
|
</member> |
|
|
|
<member name="P:Discord.SelectMenuOptionBuilder.Label"> |
|
|
|
<summary> |
|
|
|
Gets or sets the label of the current select menu. |
|
|
|
</summary> |
|
|
|
<exception cref="T:System.ArgumentException" accessor="set"><see cref="P:Discord.SelectMenuOptionBuilder.Label"/> length exceeds <see cref="F:Discord.SelectMenuOptionBuilder.MaxLabelLength"/></exception> |
|
|
|
<exception cref="T:System.ArgumentException" accessor="set"><see cref="P:Discord.SelectMenuOptionBuilder.Label"/> length exceeds <see cref="F:Discord.SelectMenuOptionBuilder.MaxSelectLabelLength"/></exception> |
|
|
|
</member> |
|
|
|
<member name="P:Discord.SelectMenuOptionBuilder.Value"> |
|
|
|
<summary> |
|
|
|