Prerequisites
- A bot token from @BotFather
Configuration
In~/.meepagateway/agents/<id>/agent.yaml:
- Long Polling (default)
- Webhook Mode
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