InteractionResponseBuilder.updateMessage constructor

InteractionResponseBuilder.updateMessage(
  1. MessageUpdateBuilder message
)

Implementation

factory InteractionResponseBuilder.updateMessage(MessageUpdateBuilder message) => InteractionResponseBuilder(
      type: InteractionCallbackType.updateMessage,
      data: message,
    );