Telegram
TryPost publishes to Telegram channels and groups through a shared TryPost bot that you add as an administrator.Connect a channel
- Go to Accounts in the TryPost dashboard
- Click Connect on Telegram
- Add the bot (e.g. @TryPostBot) as an administrator of your channel or group
- Copy the
/connect <code>command shown in the dialog and post it in that channel - TryPost links the channel automatically — the dialog closes once it’s connected
The bot must be an administrator of the channel. Telegram only delivers channel posts (including the
/connect command and reactions) to bots that are admins, and the bot needs admin rights to publish.Supported content types
Telegram allows up to 4096 characters of text. Media captions are capped at 1024, so a longer post is sent as the media followed by a separate text message. Formatting (bold, italic, links,
code) and plain @username mentions are preserved — Telegram auto-links public usernames.
Analytics
Telegram’s Bot API exposes no post view counts. TryPost surfaces what is available:- Subscribers — the channel’s member count (shown account-wide and on each post)
- Reactions — per-post reaction counts (👍 ❤️ 🔥 …), pushed in real time by Telegram
Self-hosting setup
Telegram uses a single shared bot. Create one with @BotFather, then configure:/connect commands and reactions:
The webhook URL is
{WEBHOOK_URL or APP_URL}/telegram/webhook. That base URL must be a public HTTPS address Telegram can reach. If APP_URL is private (or you use a tunnel in development), set WEBHOOK_URL instead — see Configuration. Re-run telegram:set-webhook whenever it changes.
