Interface APIInteractionResponseDeferredChannelMessageWithSource

interface APIInteractionResponseDeferredChannelMessageWithSource {
    data?: Pick<APIInteractionResponseCallbackData, "flags">;
    type: DeferredChannelMessageWithSource;
}

Properties

Properties