Basic Information

appmixer.telegram.core.AnswerCallbackQuery

Answer Callback Query

1.0.0

Public

Acknowledges an inline-keyboard button press, optionally showing a toast or an alert to the user who pressed it. Telegram shows a loading indicator on the button until the query is answered, so pair this with the New Callback Query trigger. Answers are accepted for a short window after the press.

Input Ports

in

FieldTypeDescription
Callback Query ID text The id emitted by the New Callback Query trigger.
Text textarea Notification text shown to the user. Up to 200 characters.
Show Alert toggle Show a modal alert instead of a transient toast at the top of the chat.
URL text URL opened by the client instead of showing text.
Cache Time (Seconds) number How long clients may cache this answer.

Output Ports

out

FieldTypeDescription
Success boolean -

Full Metadata