openclaw/src/telegram/bot
Walter 88995f3c5d feat(telegram): add topic name support for forum topics
- Add 'name' field to TelegramTopicConfig for human-readable topic names
- Update buildGroupLabel to display topic name instead of just ID when configured
- Add TopicName field to MsgContext for agent visibility
- Update Zod schema for config validation

This allows users to configure meaningful names for Telegram forum topics:

channels:
  telegram:
    groups:
      "-1234567890":
        topics:
          "37":
            name: "General Discussion"

The agent will now see 'topic:General Discussion' instead of 'topic:37' in the
conversation context.
2026-01-30 12:55:13 +08:00
..
delivery.test.ts feat: Add support for Telegram quote (partial message replies) (#2900) 2026-01-27 15:59:24 -05:00
delivery.ts fix: avoid silent telegram empty replies (#3796) (#3796) 2026-01-29 11:34:47 +05:30
helpers.expand-text-links.test.ts fix: normalize gateway dev mode detection 2026-01-18 01:08:47 +00:00
helpers.test.ts refactor: rename to openclaw 2026-01-30 03:16:21 +01:00
helpers.ts feat(telegram): add topic name support for forum topics 2026-01-30 12:55:13 +08:00
types.ts feat: Add support for Telegram quote (partial message replies) (#2900) 2026-01-27 15:59:24 -05:00