Basic Information

appmixer.telegram.core.NewCallbackQuery

New Callback Query

1.0.0

Public

Triggers when a user presses an inline-keyboard button attached to one of the bot's messages. Answer it with the Answer Callback Query action, otherwise the button keeps showing a loading indicator. Shares the single per-bot webhook registration with the other Telegram triggers.

Properties

FieldTypeDescription
Chat ID text Only emit button presses that happened in this chat. Leave empty to receive all of them.
Callback Data text Only emit presses whose callback data matches this value exactly. Leave empty to receive all.

Output Ports

out

FieldTypeDescription
Callback Query ID string -
From object -
Message object -
Inline Message ID string -
Chat Instance string -
Callback Data string -
Update ID integer -

Full Metadata