Current section

Files

Jump to
telega include telega_Config.hrl
Raw

include/telega_Config.hrl

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