Telegram Bot
We offer a Telegram bot implementation that connects to the same Aomi backend as the web app. Messages sent to the bot are processed by the same Aomi App, using the same tools, models, and configuration. If you connect a wallet, your conversation history is linked across both platforms.
Integration partners can deploy this implementation as their own distribution channel with a custom bot identity. Aomi also runs an official bot, SendIt, available for anyone to use directly.
Getting Started
- Open SendIt. Go to t.me/aomi_sendit_bot in Telegram.
- Start the conversation. Tap Start or send
/start. - Start chatting. Type your questions or requests in plain language.
That's it. No installation, no sign-up, no configuration needed.
Features
- Streaming responses -- AI responses stream in real time as they are generated, just like the Web App experience.
- Interactive menus -- The bot uses Telegram's inline keyboards to provide interactive panels for managing settings, switching configurations, and navigating features. Tap buttons instead of typing commands.
- Slash commands -- Quick commands like
/start,/wallet,/model, and/appfor accessing specific features including App switching. - Wallet connectivity -- Connect a crypto wallet through a Telegram mini-app for transaction signing and on-chain operations.
- Tool calls -- The bot calls the product's APIs just like in the Web App, with results displayed inline in the conversation.
Direct Messages vs Group Chats
Direct messages
In a direct message with the bot, it responds to every message you send. This is the most straightforward way to use it -- just open a DM and start chatting.
Group chats
In group chats, the bot only responds when you mention it by name (e.g., @YourProductBot help me swap ETH). This keeps the bot from being noisy in active groups. The product operator may configure the bot to respond to all messages in certain groups.
Group chats are useful when multiple people want to interact with the bot in a shared space, like a team or community channel.
Next Steps
- Slash Commands -- available bot commands and what they do.
- Panel System -- how the interactive menus work.
- Telegram Wallet -- connecting your wallet and signing transactions.