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
| Type | Description |
|---|---|
Post (telegram_post) | Text with up to 10 images/videos (multiple media are sent as an album) |
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
{APP_URL}/telegram/webhook, so APP_URL must be a public HTTPS URL Telegram can reach. Re-run telegram:set-webhook whenever it changes. See the Self-Hosting configuration guide.
