Skip to main content
Connects to the Telegram Bot API via long polling or webhook.

Prerequisites

Configuration

In ~/.meepagateway/agents/<id>/agent.yaml:
string
required
Telegram bot token from @BotFather.
duration
default:"1s"
Polling frequency for long-polling mode. Supports s, m, h.
string
Public HTTPS URL for webhook delivery. If set, polling is disabled and a local HTTP listener starts on webhook_port.
integer
Local port for the webhook listener.Example: 8443