interface InteractionDeferReplyOptions {
    ephemeral?: boolean;
    fetchReply?: boolean;
    flags?: BitFieldResolvable<"Ephemeral", Ephemeral>;
    withResponse?: boolean;
}

Properties

ephemeral?: boolean

Use InteractionDeferReplyOptions.flags instead.

fetchReply?: boolean
flags?: BitFieldResolvable<"Ephemeral", Ephemeral>
withResponse?: boolean