Skip to main content

src/telega_webapp.app.src

{application, telega_webapp, [
    {vsn, "2.0.0"},
    {applications, [gleam_crypto,
                    gleam_erlang,
                    gleam_http,
                    gleam_json,
                    gleam_stdlib,
                    telega]},
    {description, "Telegram Mini Apps (Web App) initData validation and helpers for the Telega Telegram Bot Library"},
    {modules, [telega_webapp,
               telega_webapp@@main]},
    {registered, []}
]}.