TL;DR
A web app that opens inside Telegram, so you get a real interface — like an inbox — without leaving the messaging app.
Key Points
✓
Mini Apps are ordinary web pages (HTML, CSS, JavaScript) opened by a [[telegram-bot]] inside Telegram's in-app browser [1].
✓
Telegram injects a JavaScript bridge that exposes theme colors, viewport controls, and the launching user's identity [1].
✓
Launch data is signed by Telegram, so your server can verify who opened the app rather than trusting the client [1].
✓
For support, a Mini App gives operators a real inbox — threading and history that plain chat replies cannot offer.
✓
They inherit Telegram's theme, so a well-built Mini App looks native in both light and dark mode.
✓
Compared with a [[javascript-widget]] on your own site, the Mini App is the operator-side surface, not the visitor-side one.
What a Mini App is
Verifying who opened it
Why it complements reply-to-message
Sources & References
Last updated: August 11, 2026
Related Terms
Telegram Bot
A Telegram bot is an automated account inside Telegram, run by software rather than a person, that can send and receive messages through the Telegram Bot API. Businesses use bots to deliver website chat messages, notifications, and support conversations into Telegram, where they can be answered from a phone.
Telegram Integration
Telegram Integration is the mechanism by which Eloqra routes every website chat into the project owner's Telegram, forwarding visitor messages to a Telegram bot and flowing operator replies back to the widget. It turns Telegram into the operator inbox, so there is no separate agent console you are required to keep open.
Telegram Customer Support
Telegram customer support is the practice of handling customer questions through Telegram instead of a traditional help desk — either by talking to customers in Telegram directly, or by routing website chat into Telegram so the business can reply from the app it already uses.
JavaScript Widget
A JavaScript widget is a self-contained chunk of front-end code, loaded from a single script tag, that injects an interactive UI into any third-party web page. In Eloqra it is the live-chat widget that boots from one snippet and renders the chat launcher and conversation panel directly on a customer's site.
Conversation
A conversation is the threaded exchange of messages between a single website visitor and a project's operators, grouped as one unit with a status and unread counters. In Eloqra it is the container that holds every message, the visitor's captured context, and the assigned operator.
Shared Inbox
A shared inbox is a single collaborative workspace where multiple support team members can view, claim, and reply to incoming customer messages from one address or channel, while each person signs in with their own account. It replaces a password-shared mailbox so a whole team can answer customers without stepping on each other.
More in Telegram & Messaging Channels
Put live chat on your site in 30 seconds
Eloqra gives you a lightweight live chat widget that routes every visitor message to your Telegram — free while in early access.
Get Started FreeMore in Telegram & Messaging Channels
View all in Telegram & Messaging Channels →Categories
Learn More
Guides on collecting testimonials, building trust, and turning customer feedback into social proof.
Read the blog →