Current section

Files

Jump to
telega include telega_TelegaBuilder.hrl
Raw

include/telega_TelegaBuilder.hrl

-record(telega_builder, {
config :: telega@internal@config:config(),
handlers :: list(telega@bot:handler(any())),
session_settings :: gleam@option:option(telega@bot:session_settings(any())),
registry_subject :: gleam@option:option(gleam@erlang@process:subject(telega@bot:registry_message()))
}).