Current section

Files

Jump to
telega src telega.app.src
Raw

src/telega.app.src

{application, telega, [
{vsn, "0.13.0"},
{applications, [gleam_erlang,
gleam_http,
gleam_httpc,
gleam_json,
gleam_otp,
gleam_regexp,
gleam_stdlib,
gleam_time,
logging,
simplifile,
wisp]},
{description, "Gleam Telegram Bot Library"},
{modules, [telega,
telega@@main,
telega@adapters@wisp,
telega@api,
telega@bot,
telega@client,
telega@error,
telega@file,
telega@flow,
telega@format,
telega@internal@config,
telega@internal@log,
telega@internal@registry,
telega@internal@request_queue,
telega@internal@utils,
telega@keyboard,
telega@media_group,
telega@menu_builder,
telega@model@decoder,
telega@model@encoder,
telega@model@types,
telega@polling,
telega@reply,
telega@router,
telega@update]},
{registered, []}
]}.