Type Alias PromptDeferOptions

PromptDeferOptions: { deferReply?: boolean; deferUpdate?: boolean }

Type declaration

  • OptionaldeferReply?: boolean

    Should we defer the reply to the interaction?

  • OptionaldeferUpdate?: boolean

    Should we defer the update to the interaction? Has priority over deferReply.