Packages

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

Current section

Files

Jump to
telega_webapp include telega_webapp_WebAppChat.hrl
Raw

include/telega_webapp_WebAppChat.hrl

-record(web_app_chat, {
id :: integer(),
type_ :: binary(),
title :: binary(),
username :: gleam@option:option(binary()),
photo_url :: gleam@option:option(binary())
}).