Feedback Actions
Update From Telegram Feedback Action
Explains the Telegram feedback action that runs when Telegram messages are received. Useful for bot-based conversations, routing, and stubsession-linked replies.
Overview
When a message is received by the Stubber Platform from Telegram, this feedback action is triggered.
The message body of the message will be set to the message of the stubpost. i.e. stubpost.message.
All the details of the message will be available in the stubpost.data._incoming_telegram_data data path.
Data Structure
Feedback Action Data
Example data that is passed to the _update_from_telegram feedback action: