You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
When someone deletes the deferred message while it is showing that bot is thinking (ack type 5), you cannot send any more messages through the webhook with the url. It'll error with
{"message": "Unknown Message", "code": 10008}
Steps to Reproduce
Trigger a slash command that forces the bot to make a POST request to /interactions/<interaction_id>/<interaction_token>/callback and the type being 5
Delete the message that shows a bot is thinking from the client
Try making a POST request to /webhooks/<application_id>/<interaction_token> or a PATCH request to /webhooks/<application_id>/<interaction_token>/messages/@original and watch the api error.
Expected Behavior
The message will send through, possibly being linked to a deleted message, just like when you do followup messages after the original interaction message was deleted and it was ack'd with type 4.
Current Behavior
The API errors with
{"message": "Unknown Message", "code": 10008}
Screenshots/Videos
Client and System Information
OS: Windows 10, build 20H2
Client: Postman 7.28.0
The text was updated successfully, but these errors were encountered:
Description
When someone deletes the deferred message while it is showing that bot is thinking (ack type 5), you cannot send any more messages through the webhook with the url. It'll error with
Steps to Reproduce
/interactions/<interaction_id>/<interaction_token>/callback
and the type being 5/webhooks/<application_id>/<interaction_token>
or a PATCH request to/webhooks/<application_id>/<interaction_token>/messages/@original
and watch the api error.Expected Behavior
The message will send through, possibly being linked to a deleted message, just like when you do followup messages after the original interaction message was deleted and it was ack'd with type 4.
Current Behavior
The API errors with
Screenshots/Videos
Client and System Information
OS: Windows 10, build 20H2
Client: Postman 7.28.0
The text was updated successfully, but these errors were encountered: