|
|
@@ -123,7 +123,7 @@ namespace Discord.WebSocket |
|
|
|
/// <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="embed">A <see cref="Embed"/> to send with this response</param> |
|
|
|
/// <param name="type">The type of response to this Interaction.</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="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="MessageComponent"/> to be sent with this response</param> |
|
|
@@ -161,7 +161,7 @@ namespace Discord.WebSocket |
|
|
|
/// <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="embeds">A array of embeds to send with this response. Max 10</param> |
|
|
|
/// <param name="type">The type of response to this Interaction.</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="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="MessageComponent"/> to be sent with this response</param> |
|
|
|