One program to run
The server starts as one Go program: RSA key preparation, database migrations, language pack seeding, MTProto edge, RPC router, media/files, updates, and outbox workers are wired together.
one program for a Telegram-like MTProto service
telesrv is a Go server that brings MTProto edge handling, RPC routing, updates, media paths, language packs, and background dispatch workers into one service process after PostgreSQL and Redis are ready.
This is an independent project. It is not affiliated with, endorsed by, or sponsored by Telegram.
For the complete version, contact Telegram @oomsvip.
A short silent demo showing Telegram Desktop and Android connected to the same telesrv server path, including login, chat list, messages, media, and multi-device sync.
The server starts as one Go program: RSA key preparation, database migrations, language pack seeding, MTProto edge, RPC router, media/files, updates, and outbox workers are wired together.
Desktop and Android clients share the same account state. Current session echoes, other online sessions, and offline difference recovery are handled as separate, testable paths.
Batched reliable outbox delivery, warmed PostgreSQL pools, scoped session lookups, bounded RPC inputs, and seek-style pagination reduce repeated work on chat, sync, and media paths.
telesrv is maintained as Telegram clients evolve. New Telegram Desktop and Android version behavior is tracked through real client traces, compatibility notes, and targeted follow-up work.
telesrv currently focuses on MTProto/TL compatibility research. It is not a hosted Bot API platform. Protocol progress, compatibility status, and module design are maintained in the repository docs.