/commands
, so add them in BotFather (using /setcommands
) and create one scenario which triggers new objects from TMessageIn
, and if there is no system commands in text
field, the scenario sends an object to Router scenario.TMessageIn
objects.context
in TChat
object.context
) looks like:TChat
structure (e.g. subcontext
) and compose conditions on them. That is a way to create multi-context architecture.getFile
using Telegram step this way:https://api.telegram.org/file/bot_BOT_TOKEN_/{{API_response.file_path}}
, where _BOT_TOKEN_
is token of your bot.