mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-25 23:09:29 +00:00
4 lines
193 B
TypeScript
4 lines
193 B
TypeScript
// Telegram plugin module implements setup contract behavior.
|
|
export const singleAccountKeysToMove = ["streaming"];
|
|
export const namedAccountPromotionKeys = ["botToken", "tokenFile"] as const;
|