hint constant

ResponseLevel const hint

A response that follows how the user invoked the command.

Interaction responses are hidden (as invoking a Slash Command is invisible to other users) and message responses are shown in the channel.

Implementation

static const hint = ResponseLevel(
  hideInteraction: true,
  isDm: false,
  mention: null,
  preserveComponentMessages: true,
);