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

interaction_idinteger required

A positive Inline message identifier

textstring

Response

Successful response for an action with no return value.

oktrue required

Always true for a successful request.

resultobject required

Method-specific response payload.

Example response

{
  "ok": true,
  "result": {}
}

Changes