InteractionResponse constructor

InteractionResponse({
  1. required InteractionResponseType type,
  2. InteractionApplicationCommandCallbackData? data,
})

Implementation

InteractionResponse({
  required this.type,
  this.data,
});