Packages

Telegram Mini Apps (Web App) initData validation and helpers for the Telega Telegram Bot Library

Current section

Files

Jump to
telega_webapp src telega_webapp.app.src
Raw

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, []}
]}.