Telegram gate
Your own Telegram bot at the front door of paid traffic — greets /start, splits junk from quality, and attributes every subscriber back to a click.
The Telegram gate (internally «Прокладка») is a bot you connect with your own BotFather
token and put between paid traffic and your manager's DM. Every /start gets a localized
greeting and one button — and along the way the bot does two things a bare t.me/<manager>
link can't: it stamps each /start with the click that brought it (so the click → subscriber →
money funnel resolves with no manual tagging), and it can route different kinds of visitors —
freshly-created accounts, a specific language, a specific country — to different destinations
before anyone reaches a human.
Routing is a small first-match-wins rule engine: up to 20 named destinations and 30 ordered rules, evaluated top to bottom. The classic "send junk to a channel" split is just the simplest possible rule set on top of the same engine.
Tasks
- Connect your own turnstile bot — route traffic through your own BotFather bot instead of the shared/legacy one.
- Set up a junk-traffic split — keep freshly-created accounts off your manager's DM.
- Route different audiences with rules — destinations and conditions beyond the basic DM/channel split.
- Customize the bot's greeting — override the cover text and button globally or per language.
- Sync or edit the bot's Telegram profile — keep name, bio, and avatar honest with what's actually on Telegram.
- Re-register the webhook — fix a
stalled bot when
/startstops showing up. - Disconnect the bot — turn the gate off without losing your saved settings.
Something not behaving the way the panel says it should? See Troubleshooting.
What's next
Back to Link for the rest of the product.