InteractionResponse constructor

InteractionResponse({
  1. required InteractionCallbackType type,
  2. InteractionCallbackData? data,
})

Constructor

Implementation

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