Telegram-compatible
The same method names, parameters, and JSON responses. Existing libraries and SDKs work unchanged.
A Telegram-compatible HTTP Bot API, served by BotMother. Your existing bot code keeps working – point it at a new base URL and ship.
The same method names, parameters, and JSON responses. Existing libraries and SDKs work unchanged.
Receive updates with getUpdates, or push them to an HTTPS endpoint with a signed secret token.
Text, photos, video, documents, audio, albums, locations, polls, dice, and stickers.
Inline keyboards, callback queries, and inline query results for rich in-chat interfaces.
Chats, moderation, invite links, forum topics, stickers, commands, and bot configuration.
logOut and move your bot to your own infrastructure whenever you want.
There is no rewrite. The surface matches, so migration is a base-URL change plus a fresh token.
Create a bot with BotMother and copy its token.
Change api.telegram.org to api.reyta.uz.
Every method call stays the same. Deploy and watch getMe return your bot.
- https://api.telegram.org
+ https://api.reyta.uz
/bot<token>/sendMessageEndpoints, authentication, updates, and every method – with copy-paste examples.