|
|
@@ -3911,6 +3911,12 @@ |
|
|
|
<member name="M:Discord.WebSocket.SocketMessageComponent.FollowupAsync(System.String,Discord.Embed[],System.Boolean,System.Boolean,Discord.AllowedMentions,Discord.RequestOptions,Discord.MessageComponent,Discord.Embed)"> |
|
|
|
<inheritdoc/> |
|
|
|
</member> |
|
|
|
<member name="M:Discord.WebSocket.SocketMessageComponent.FollowupWithFileAsync(System.String,System.IO.Stream,System.String,Discord.Embed[],System.Boolean,System.Boolean,Discord.AllowedMentions,Discord.RequestOptions,Discord.MessageComponent,Discord.Embed)"> |
|
|
|
<inheritdoc/> |
|
|
|
</member> |
|
|
|
<member name="M:Discord.WebSocket.SocketMessageComponent.FollowupWithFileAsync(System.String,System.String,System.String,Discord.Embed[],System.Boolean,System.Boolean,Discord.AllowedMentions,Discord.RequestOptions,Discord.MessageComponent,Discord.Embed)"> |
|
|
|
<inheritdoc/> |
|
|
|
</member> |
|
|
|
<member name="M:Discord.WebSocket.SocketMessageComponent.DeferLoadingAsync(System.Boolean,Discord.RequestOptions)"> |
|
|
|
<summary> |
|
|
|
Defers an interaction and responds with type 5 (<see cref="F:Discord.InteractionResponseType.DeferredChannelMessageWithSource"/>) |
|
|
@@ -4090,6 +4096,12 @@ |
|
|
|
<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.SocketCommandBase.FollowupWithFileAsync(System.String,System.IO.Stream,System.String,Discord.Embed[],System.Boolean,System.Boolean,Discord.AllowedMentions,Discord.RequestOptions,Discord.MessageComponent,Discord.Embed)"> |
|
|
|
<inheritdoc/> |
|
|
|
</member> |
|
|
|
<member name="M:Discord.WebSocket.SocketCommandBase.FollowupWithFileAsync(System.String,System.String,System.String,Discord.Embed[],System.Boolean,System.Boolean,Discord.AllowedMentions,Discord.RequestOptions,Discord.MessageComponent,Discord.Embed)"> |
|
|
|
<inheritdoc/> |
|
|
|
</member> |
|
|
|
<member name="M:Discord.WebSocket.SocketCommandBase.DeferAsync(System.Boolean,Discord.RequestOptions)"> |
|
|
|
<summary> |
|
|
|
Acknowledges this interaction with the <see cref="F:Discord.InteractionResponseType.DeferredChannelMessageWithSource"/>. |
|
|
@@ -4194,6 +4206,42 @@ |
|
|
|
The sent message. |
|
|
|
</returns> |
|
|
|
</member> |
|
|
|
<member name="M:Discord.WebSocket.SocketInteraction.FollowupWithFileAsync(System.String,System.IO.Stream,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="fileStream">The file to upload</param> |
|
|
|
<param name="fileName">The file name of the attachment</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.WebSocket.SocketInteraction.FollowupWithFileAsync(System.String,System.String,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="filePath">The file to upload</param> |
|
|
|
<param name="fileName">The file name of the attachment</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.WebSocket.SocketInteraction.GetOriginalResponseAsync(Discord.RequestOptions)"> |
|
|
|
<summary> |
|
|
|
Gets the original response for this interaction. |
|
|
|