Files
openclaw/extensions/telegram/src/setup-contract.ts
Peter Steinberger e1d5d3dc16 refactor(channels): move single-account promotion keys to plugin declarations (#112293)
* refactor(channels): move single-account promotion keys to plugin declarations

* fix(channels): keep legacy promotion tier for undeclared setup adapters

* fix(channels): keep plugin discovery lazy in setup promotion helpers

* fix(channels): resolve bundled promotion surfaces from setup-only artifacts

* test(matrix): use vi.stubEnv in setup test env helper
2026-07-21 06:48:30 -07:00

4 lines
210 B
TypeScript

// Telegram plugin module implements setup contract behavior.
export const singleAccountKeysToMove = ["streaming", "webhookSecret"];
export const namedAccountPromotionKeys = ["botToken", "tokenFile"] as const;