Type Alias WithResponseContent<T>

WithResponseContent: Omit<
    T extends true ? InteractionReplyOptions : DynamicContent,
    "ephemeral",
>

Type Parameters

  • T extends boolean