Current section

Files

Jump to
telega src telega.app.src
Raw

src/telega.app.src

{application, telega, [
{vsn, "1.0.0"},
{applications, [gleam_erlang,
gleam_http,
gleam_json,
gleam_otp,
gleam_regexp,
gleam_stdlib,
gleam_time,
logging,
simplifile]},
{description, "Gleam Telegram Bot Library"},
{modules, [telega,
telega@@main,
telega@api,
telega@bot,
telega@client,
telega@error,
telega@file,
telega@flow@action,
telega@flow@builder,
telega@flow@compose,
telega@flow@engine,
telega@flow@handler,
telega@flow@instance,
telega@flow@registry,
telega@flow@storage,
telega@flow@types,
telega@format,
telega@internal@coerce,
telega@internal@config,
telega@internal@flow_storage,
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@reactions,
telega@reply,
telega@router,
telega@testing@context,
telega@testing@conversation,
telega@testing@factory,
telega@testing@handler,
telega@testing@mock,
telega@update]},
{registered, []}
]}.