discord_gleam/http/interactions
Values
pub fn edit_original(
interaction: interaction_create.InteractionCreatePacketData,
data: String,
) -> Result(Nil, @internal DiscordError)
Edit the initial response to an interaction.
For example used after deffering the response, to then send a reply
pub fn send_response(
interaction: interaction_create.InteractionCreatePacketData,
data: String,
) -> Result(Nil, @internal DiscordError)
Send a basic text reply to an interaction