Gramophone

A self-hostable messaging server with a Telegram-compatible Bot API.

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>

Example

curl "https://api.gramophone.dev/bot$BOT_TOKEN/getMe"

See the docs for more.