All Platforms
Telegram

Telegram

Bot creation & user account support

Support for both Telegram bots and user accounts. Auto-create bots through the Telegram API or connect existing ones with a token. User accounts connect via phone verification for full conversational capabilities.

Identity Types

botuser

Connection Methods

  • Bot Token
  • Auto-create Bot
  • Phone Verification

Supported Features

Message editingReactionsTyping indicatorsRead receiptsGroup chatsInline keyboardsFile attachments
telegram-agent.ts
1// Auto-create a Telegram bot
2const identity = await ac.identities.create({
3 platform: "telegram",
4 type: "bot",
5 connectionMethod: "register",
6 displayName: "My Agent Bot",
7})
8 
9// Bot is automatically created and connected
10console.log("Bot username:", identity.metadata.username)

Ready to connect
your agents?

Join the beta. Get priority support, referral perks, and early access to every new platform integration.