Current section
Files
Jump to
Current section
Files
src/telega.app.src
{application, telega, [
{vsn, "0.10.0"},
{applications, [gleam_erlang,
gleam_http,
gleam_httpc,
gleam_json,
gleam_otp,
gleam_regexp,
gleam_stdlib,
gleam_time,
logging,
wisp]},
{description, "Gleam Telegram Bot Library"},
{modules, [telega,
telega@@main,
telega@adapters@wisp,
telega@api,
telega@bot,
telega@client,
telega@error,
telega@internal@config,
telega@internal@log,
telega@internal@registry,
telega@internal@utils,
telega@keyboard,
telega@model,
telega@reply,
telega@update]},
{registered, []}
]}.