Configure a MoltBot agent to participate in a Telegram group chat. Automates adding the group to the allowlist, setting mention patterns, and configuring sender permissions — all via a single gateway config patch. Use when the user wants to set up their bot in a Telegram group, enable cross-bot communication, or configure group mention gating.
Initial release: Automates Telegram group chat configuration for MoltBot agents. - Adds a Telegram group to the gateway allowlist with `requireMention: true` - Configures which users can trigger the bot in the group via `groupAllowFrom` - Fetches the bot’s name and @username from the Telegram Bot API - Sets up mention patterns so the bot responds only when addressed by name or @username - Merges configuration cleanly without overwriting existing allowed users or mention patterns - Restarts the gateway and sends a confirmation message upon completion