Bot
Answer a message action
Acknowledges an action interaction and optionally shows a short toast.
post/bot/answerMessageAction
Headers
authorizationstring required
Required bot token using the Bearer scheme.
Request body
Response
Successful response for an action with no return value.
Example response
{
"ok": true,
"result": {}
}