Sakib1467/TBLWebappBotPublic · Bot Template

AIThis bot demonstrates Telegram WebApp integration by providing both inline and keyboard buttons that open a mini app. The /start command sends two messages with buttons to launch the web app, while the WebApp command renders an HTML page. It also handles inline queries with a test article response and processes web_app_data from the mini app, displaying the received button text and data back to the user. The bot includes two HTML files: one is a Vue.js-based demo mini app with Telegram theme support, and the other is a wallpaper customization tool using the TWallpaper library.

Utilitywebappminiappinline-modeweb-app-datavuewallpaper
ProfileTelegram
6 commands0 envUpdated 8d agoCreated Aug 30, 2026
Back to folder

bot.yaml

yaml · 7 lines

Raw
1# TeleBotHost Bot Configuration2bot_id: 1361986804274083bot_name: "Webapp Demo Bot"4bot_username: "TBLWebappBot"5listing_type: bot_template6commands_count: 67envs_count: 0