InteractionResponseBuilder.deferredUpdateMessage constructor

InteractionResponseBuilder.deferredUpdateMessage()

Implementation

factory InteractionResponseBuilder.deferredUpdateMessage() => InteractionResponseBuilder(
      type: InteractionCallbackType.deferredUpdateMessage,
      data: null,
    );