Build bots on Reyta. Bring the ones you already have.

A Telegram-compatible HTTP Bot API, served by BotMother. Your existing bot code keeps working – point it at a new base URL and ship.

BotMother
POST https://api.reyta.uz/bot<token>/getMe

{
  "ok": true,
  "result": {
    "id": 770001,
    "is_bot": true,
    "first_name": "BotMother",
    "username": "your_bot"
  }
}

Everything your bot expects

Telegram-compatible

The same method names, parameters, and JSON responses. Existing libraries and SDKs work unchanged.

Long polling & webhooks

Receive updates with getUpdates, or push them to an HTTPS endpoint with a signed secret token.

Messages, media & files

Text, photos, video, documents, audio, albums, locations, polls, dice, and stickers.

Inline & callbacks

Inline keyboards, callback queries, and inline query results for rich in-chat interfaces.

95+ methods

Chats, moderation, invite links, forum topics, stickers, commands, and bot configuration.

No lock-in

logOut and move your bot to your own infrastructure whenever you want.

Move your Telegram bot in minutes

There is no rewrite. The surface matches, so migration is a base-URL change plus a fresh token.

  1. Get a token

    Create a bot with BotMother and copy its token.

  2. Swap the base URL

    Change api.telegram.org to api.reyta.uz.

  3. Keep your code

    Every method call stays the same. Deploy and watch getMe return your bot.

- https://api.telegram.org
+ https://api.reyta.uz
  /bot<token>/sendMessage

Ready to read the reference?

Endpoints, authentication, updates, and every method – with copy-paste examples.

Open the Bot API docs