Current section
Files
Jump to
Current section
Files
include/telega@flow_SubflowConfig.hrl
-record(subflow_config, {
trigger_step :: binary(),
flow :: telega@flow:flow(gleam@dynamic:dynamic_(), any(), any()),
return_step :: any(),
map_args :: fun((telega@flow:flow_instance()) -> gleam@dict:dict(binary(), binary())),
map_result :: fun((gleam@dict:dict(binary(), binary()), telega@flow:flow_instance()) -> telega@flow:flow_instance())
}).