editReply abstract method
Use to edit the reply to the interaction. Usage:
final interaction = await interaction.editReply(content: 'New Hello Mineral');
Implementation
Future<InteractionContract> editReply(
{required MessageBuilder builder, bool ephemeral = false});