Packages
telega_webapp
2.0.0
Telegram Mini Apps (Web App) initData validation and helpers for the Telega Telegram Bot Library
Current section
Files
Jump to
Current section
Files
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())
}).