← All integrations

Telegram

24 operations9 webhooks

Messaging platform for bots, channels, groups, and programmatic chat automation.

Supported operations

  • Answer Callback QueryWrite

    Answer callback query

  • Answer Inline QueryWrite

    Answer inline query

Supported triggers

  • Callback Query

FAQ

Install corsair and @corsair-dev/telegram, add the Telegram plugin, and connect with an API key or OAuth. Then call methods like corsair.telegram.api.callback.answerCallbackQuery() from your app. Corsair verifies webhooks, stores tokens, and syncs data per tenant.

Yes. Telegram supports an API key or OAuth. Use credentials or OAuth scopes that match what you automate. Create them in the Telegram developer console, then paste into Corsair or connect through managed auth in Hub.

Yes. One Corsair client can hit Telegram, GitHub, Notion, Stripe, and the rest. Trigger Telegram from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.

Teams use Corsair for messaging platform for bots, channels, groups, and programmatic chat automation. Common builds include sync jobs, admin tooling, and agents that call Telegram APIs from your backend. Webhook handlers react to Telegram events and fan out to Slack, email, or other plugins in the same tenant. Local DB entities let you query synced Telegram records without hitting the API on every read.

The SDK is open source. Self-host and you pay Corsair nothing for the integration layer. Hub bills for hosted auth and execution, not per Telegram API call. Hub has a generous free tier. For hobby projects you can probably run the whole thing on free. Paid plans start to matter with more tenants or heavier traffic.

We maintain @corsair-dev/telegram in the open repo. When Telegram ships API changes, upgrade the package. Your call sites stay typed. You should not need to rewrite the integration layer each time.

No. Corsair does not read your Telegram data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Telegram data on your behalf.