Current section

Files

Jump to
telega include telega@dialog@engine_CompiledSub.hrl
Raw

include/telega@dialog@engine_CompiledSub.hrl

-record(compiled_sub, {
id :: binary(),
initial :: binary(),
init :: fun((telega@bot:context(any(), any(), any()), binary(), gleam@dict:dict(binary(), binary())) -> binary())
}).