@@ -3609,23 +3609,9 @@
The data associated with this interaction.
</summary>
</member>
<member name="M:Discord.WebSocket.SocketApplicationMessageCommand.RespondAsync(System.String,Discord.Embed[],System.Boolean,System.Boolean,Discord.AllowedMentions,Discord.RequestOptions,Discord.MessageComponent,Discord.Embed)">
<inheritdoc/>
</member>
<member name="M:Discord.WebSocket.SocketApplicationMessageCommand.FollowupAsync(System.String,Discord.Embed[],System.Boolean,System.Boolean,Discord.AllowedMentions,Discord.RequestOptions,Discord.MessageComponent,Discord.Embed)">
<inheritdoc/>
</member>
<member name="M:Discord.WebSocket.SocketApplicationMessageCommand.DeferAsync(Discord.RequestOptions)">
<summary>
Acknowledges this interaction with the <see cref="F:Discord.InteractionResponseType.DeferredChannelMessageWithSource"/>.
</summary>
<returns>
A task that represents the asynchronous operation of acknowledging the interaction.
</returns>
</member>
<member name="T:Discord.WebSocket.SocketApplicationMessageCommandData">
<summary>
Represents the data tied with the <see cref="T:Discord.WebSocket.SocketSlash Command"/> interaction.
Represents the data tied with the <see cref="T:Discord.WebSocket.SocketApplicationMessageCommand"/> interaction.
</summary>
</member>
<member name="P:Discord.WebSocket.SocketApplicationMessageCommandData.Name">
@@ -3641,23 +3627,9 @@
The data associated with this interaction.
</summary>
</member>
<member name="M:Discord.WebSocket.SocketApplicationUserCommand.RespondAsync(System.String,Discord.Embed[],System.Boolean,System.Boolean,Discord.AllowedMentions,Discord.RequestOptions,Discord.MessageComponent,Discord.Embed)">
<inheritdoc/>
</member>
<member name="M:Discord.WebSocket.SocketApplicationUserCommand.FollowupAsync(System.String,Discord.Embed[],System.Boolean,System.Boolean,Discord.AllowedMentions,Discord.RequestOptions,Discord.MessageComponent,Discord.Embed)">
<inheritdoc/>
</member>
<member name="M:Discord.WebSocket.SocketApplicationUserCommand.DeferAsync(Discord.RequestOptions)">
<summary>
Acknowledges this interaction with the <see cref="F:Discord.InteractionResponseType.DeferredChannelMessageWithSource"/>.
</summary>
<returns>
A task that represents the asynchronous operation of acknowledging the interaction.
</returns>
</member>
<member name="T:Discord.WebSocket.SocketApplicationUserCommandData">
<summary>
Represents the data tied with the <see cref="T:Discord.WebSocket.SocketSlash Command"/> interaction.
Represents the data tied with the <see cref="T:Discord.WebSocket.SocketApplicationUserCommand"/> interaction.
</summary>
</member>
<member name="P:Discord.WebSocket.SocketApplicationUserCommandData.Name">
@@ -3721,6 +3693,48 @@
The value(s) of a <see cref="T:Discord.SelectMenu"/> interaction response.
</summary>
</member>
<member name="T:Discord.WebSocket.SocketSlashCommand">
<summary>
Represents a Websocket-based slash command received over the gateway.
</summary>
</member>
<member name="P:Discord.WebSocket.SocketSlashCommand.Data">
<summary>
The data associated with this interaction.
</summary>
</member>
<member name="T:Discord.WebSocket.SocketSlashCommandData">
<summary>
Represents the data tied with the <see cref="T:Discord.WebSocket.SocketSlashCommand"/> interaction.
</summary>
</member>
<member name="P:Discord.WebSocket.SocketSlashCommandData.Name">
<inheritdoc/>
</member>
<member name="P:Discord.WebSocket.SocketSlashCommandData.Options">
<summary>
The <see cref="T:Discord.WebSocket.SocketSlashCommandDataOption"/>'s received with this interaction.
</summary>
</member>
<member name="T:Discord.WebSocket.SocketSlashCommandDataOption">
<summary>
Represents a Websocket-based <see cref="T:Discord.IApplicationCommandInteractionDataOption"/> recieved by the gateway
</summary>
</member>
<member name="P:Discord.WebSocket.SocketSlashCommandDataOption.Name">
<inheritdoc/>
</member>
<member name="P:Discord.WebSocket.SocketSlashCommandDataOption.Value">
<inheritdoc/>
</member>
<member name="P:Discord.WebSocket.SocketSlashCommandDataOption.Type">
<inheritdoc/>
</member>
<member name="P:Discord.WebSocket.SocketSlashCommandDataOption.Options">
<summary>
The sub command options received for this sub command group.
</summary>
</member>
<member name="T:Discord.WebSocket.SocketApplicationCommand">
<summary>
Represends a Websocket-based <see cref="T:Discord.IApplicationCommand"/> recieved over the gateway.
@@ -3798,23 +3812,18 @@
If the option is a subcommand or subcommand group type, this nested options will be the parameters.
</summary>
</member>
<member name="T:Discord.WebSocket.SocketSlashCommand">
<summary>
Represents a Websocket-based slash command received over the gateway.
</summary>
</member>
<member name="P:Discord.WebSocket.SocketSlashCommand.Data">
<member name="P:Discord.WebSocket.SocketCommandBase.Data">
<summary>
The data associated with this interaction.
</summary>
</member>
<member name="M:Discord.WebSocket.SocketSlash Command.RespondAsync(System.String,Discord.Embed[],System.Boolean,System.Boolean,Discord.AllowedMentions,Discord.RequestOptions,Discord.MessageComponent,Discord.Embed)">
<member name="M:Discord.WebSocket.SocketCommandBase.RespondAsync(System.String,Discord.Embed[],System.Boolean,System.Boolean,Discord.AllowedMentions,Discord.RequestOptions,Discord.MessageComponent,Discord.Embed)">
<inheritdoc/>
</member>
<member name="M:Discord.WebSocket.SocketSlash Command.FollowupAsync(System.String,Discord.Embed[],System.Boolean,System.Boolean,Discord.AllowedMentions,Discord.RequestOptions,Discord.MessageComponent,Discord.Embed)">
<member name="M:Discord.WebSocket.SocketCommandBase .FollowupAsync(System.String,Discord.Embed[],System.Boolean,System.Boolean,Discord.AllowedMentions,Discord.RequestOptions,Discord.MessageComponent,Discord.Embed)">
<inheritdoc/>
</member>
<member name="M:Discord.WebSocket.SocketSlash Command.DeferAsync(Discord.RequestOptions)">
<member name="M:Discord.WebSocket.SocketCommandBase .DeferAsync(Discord.RequestOptions)">
<summary>
Acknowledges this interaction with the <see cref="F:Discord.InteractionResponseType.DeferredChannelMessageWithSource"/>.
</summary>
@@ -3822,34 +3831,13 @@
A task that represents the asynchronous operation of acknowledging the interaction.
</returns>
</member>
<member name="T:Discord.WebSocket.SocketSlashCommandData">
<summary>
Represents the data tied with the <see cref="T:Discord.WebSocket.SocketSlashCommand"/> interaction.
</summary>
</member>
<member name="P:Discord.WebSocket.SocketSlashCommandData.Name">
<inheritdoc/>
</member>
<member name="P:Discord.WebSocket.SocketSlashCommandData.Options">
<summary>
The <see cref="T:Discord.WebSocket.SocketSlashCommandDataOption"/>'s received with this interaction.
</summary>
</member>
<member name="T:Discord.WebSocket.SocketSlashCommandDataOption">
<summary>
Represents a Websocket-based <see cref="T:Discord.IApplicationCommandInteractionDataOption"/> recieved by the gateway
</summary>
</member>
<member name="P:Discord.WebSocket.SocketSlashCommandDataOption.Name">
<inheritdoc/>
</member>
<member name="P:Discord.WebSocket.SocketSlashCommandDataOption.Value">
<member name="P:Discord.WebSocket.SocketCommandBaseDataOption.Value">
<inheritdoc/>
</member>
<member name="P:Discord.WebSocket.SocketSlash CommandDataOption.Type">
<member name="P:Discord.WebSocket.SocketCommandBaseDataOption.Type">
<inheritdoc/>
</member>
<member name="P:Discord.WebSocket.SocketSlash CommandDataOption.Options">
<member name="P:Discord.WebSocket.SocketCommandBaseDataOption.Options">
<summary>
The sub command options received for this sub command group.
</summary>