Muster

Telegram AI · bot gateway

Put a governed agent behind Telegram.

Muster's Telegram adapter supports webhook handling, optional secret-token checks, long-poll operation, sender pairing, draft-style replies, scoped memory, and token-ledger receipts.

Telegram path

Bot token first; agent access only after pairing.

$ muster gateway init
$ muster channels setup telegram
$ muster gateway start --port 7460
$ muster pairing approve <code>
webhook

Webhook adapter

Telegram updates become the same SurfaceMessage envelope as every other channel.

long poll

No public URL mode

The gateway also includes long-poll support for development or private setups.

governance

Pairing and memory scope

Unknown chat IDs are challenged; accepted chats get scoped session continuity.

ledger

Token receipts

Telegram conversations remain accountable through the same run ledger.