Clone ID: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.
telegram
The Telegram clone covers the small Bot API surface most bot agents need first:
getMe, getUpdates, and sendMessage.
Start here
| Question | Answer |
|---|---|
| Best for | Bot agents that read queued updates and send chat messages. |
| Connect with | Explicit base URLs from archal clone start telegram, or MCP tools where your harness uses Archal tools. |
| Known limits | Route mode is not available. The current surface is intentionally small and focused on core bot flows. |
| Seeds | Common seeds: harvested, empty. See Seeds for usage. |
Available tools
| Tool | Description |
|---|---|
getMe | Return the configured bot profile |
getUpdates | Read queued updates for polling-style bots |
sendMessage | Send 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
harvestedwhen you want realistic bot, chat, message, and update state; useemptyfor a blank starting point.
