GatewayInteractionResponse
A handler for common operations related to an interaction followup response.
Functions
Create and send a new followup message using the provided spec. This uses a webhook tied to the interaction ID and token.
Create and send a new followup message with the provided content. This uses a webhook tied to the interaction ID and token.
Properties
Extensions
Create and send a new followup message containing an embed built from the specified builder. This uses a webhook tied to the interaction ID and token.
Create and send a new ephemeral followup message containing an embed built from the specified builder. This uses a webhook tied to the interaction ID and token.
Create and send a new followup message, using the builder to build the request. This uses a webhook tied to the interaction ID and token.
Create and send a new followup message containing an embed from the specified spec. This uses a webhook tied to the interaction ID and token.
Create and send a new ephemeral followup message, using the builder to build the request. This uses a webhook tied to the interaction ID and token.
Create and send a new ephemeral followup message containing an embed from the specified spec. This uses a webhook tied to the interaction ID and token.