deleteReply abstract method
Use to delete the reply to the interaction. Need a reply to delete. Usage:
await interaction.deleteReply();
Implementation
Future<void> deleteReply();
Use to delete the reply to the interaction. Need a reply to delete. Usage:
await interaction.deleteReply();
Future<void> deleteReply();