interface InteractionDeferUpdateOptions {
    fetchReply?: boolean;
    withResponse?: boolean;
}

Properties

fetchReply?: boolean
withResponse?: boolean