Interface CommandAutoDeferralOptions

The options for the command auto deferral

interface CommandAutoDeferralOptions {
    enabled: boolean;
    ephemeral: boolean;
}

Properties

Properties

enabled: boolean

Whether or not the command should be deferred automatically

Default

false

ephemeral: boolean

Whether or not the deferral should be ephemeral

Default

false

Generated using TypeDoc