Results

Namespace

Type

Index

Enumeration members

Enumeration members

AUTO_DEFAULT

AUTO_DEFAULT: = 0

In this mode, Pylon will automatically acknowledge the command with a deferred response type if no response was sent within the acknowledge timeout window.

If a response is not sent within ~250ms, the " is thinking..." animation will be shown to all users in the channel.

AUTO_EPHEMERAL

AUTO_EPHEMERAL: = 1

In this mode, Pylon will automatically acknowledge the command with an deferred ephemeral response type if no response was sent within the acknowledge timeout window.

If a response is not sent within ~250ms, the " is thinking..." animation will be shown ephemerally to the user who ran the command.

MANUAL

MANUAL: = 2

In this mode, it will be up to the command handler to acknowledge the interaction.

This mode is the most flexible, but may lead to interaction failures if interactions are not acknowledged within ~3 seconds.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc