|
|
@@ -197,6 +197,7 @@ namespace Discord.Rest |
|
|
|
/// </returns> |
|
|
|
public abstract Task<RestFollowupMessage> FollowupWithFileAsync(string filePath, string text = null, string fileName = null, Embed[] embeds = null, bool isTTS = false, bool ephemeral = false, |
|
|
|
AllowedMentions allowedMentions = null, RequestOptions options = null, MessageComponent component = null, Embed embed = null); |
|
|
|
|
|
|
|
#region IDiscordInteraction |
|
|
|
/// <inheritdoc/> |
|
|
|
Task IDiscordInteraction.RespondAsync(string text, Embed[] embeds, bool isTTS, bool ephemeral, AllowedMentions allowedMentions, RequestOptions options, MessageComponent component, Embed embed) |
|
|
|