A self-hostable messaging server with a Telegram-compatible Bot API.
The public Bot API root is:
https://api.gramophone.dev
Requests follow the Telegram Bot API shape:
https://api.gramophone.dev/bot<TOKEN>/<METHOD>
curl "https://api.gramophone.dev/bot$BOT_TOKEN/getMe"
See the docs for more.