Current section

Files

Jump to
telega include telega@bot_Config.hrl
Raw

include/telega@bot_Config.hrl

-record(config, {
token :: binary(),
server_url :: binary(),
webhook_path :: binary(),
secret_token :: binary(),
max_retry_attempts :: gleam@option:option(integer()),
tg_api_url :: gleam@option:option(binary())
}).