InteractionResponse constructor
InteractionResponse({
- required InteractionResponseType type,
- InteractionApplicationCommandCallbackData? data,
Implementation
InteractionResponse({
required this.type,
this.data,
});