Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.archal.ai/llms.txt

Use this file to discover all available pages before exploring further.

Clone ID: telegram The Telegram clone covers the small Bot API surface most bot agents need first: getMe, getUpdates, and sendMessage.

Start here

QuestionAnswer
Best forBot agents that read queued updates and send chat messages.
Connect withExplicit base URLs from archal clone start telegram, or MCP tools where your harness uses Archal tools.
Known limitsRoute mode is not available. The current surface is intentionally small and focused on core bot flows.
SeedsCommon seeds: harvested, empty. See Seeds for usage.

Available tools

ToolDescription
getMeReturn the configured bot profile
getUpdatesRead queued updates for polling-style bots
sendMessageSend a message into a chat

Notes

  • Use this clone when your agent’s Telegram integration is already separated behind a bot API client or MCP tool call.
  • Use harvested when you want realistic bot, chat, message, and update state; use empty for a blank starting point.