Current section

Files

Jump to
telega include telega_Telega.hrl
Raw

include/telega_Telega.hrl

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