answer_callback_query
Answer a callback query from an inline keyboard button press by optionally displaying a notification or alert to the user.
Instructions
Answer a callback query from an inline keyboard button press.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| callback_query_id | Yes | ID of the callback query (from the event). | |
| text | No | Optional notification text shown to the user. | |
| show_alert | No | Show as alert popup instead of toast notification. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| callback_query_id | No |