sendFollowupMessage
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 followup message with the provided content. This uses a webhook tied to the interaction ID and token.
Create and send a new followup message using the provided WebhookExecuteSpec. This uses a webhook tied to the interaction ID and token.
Create and send a new followup message, using the WebhookMessageBuilder 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 EmbedCreateSpec. This uses a webhook tied to the interaction ID and token.