Template variables
Template variables are needed, when you want to use information provided by bot user.
The general form of variable is {{ DOMAIN.key }}
. For now there are two domains:
DB
This is user DB. You can save keys to it with Save user data action. The key must contain only english lowercase letters or underscore.
UPD
This is information we received from update. It's not available in scheduled triggers, since there is no update. Available keys for UPD domain:
message_message_id
message_date
message_text
message_from_id
message_from_first_name
message_from_last_name
message_from_username
message_from_language_code
message_chat_type
message_chat_title
message_chat_username
message_chat_first_name
message_chat_last_name
message_chat_description