feat(bot): add guided private prompts

This commit is contained in:
2026-03-09 05:15:29 +04:00
parent fac2dc0e9d
commit 4e200b506a
11 changed files with 785 additions and 66 deletions

View File

@@ -35,3 +35,9 @@ export type {
SettlementSnapshotLineRecord,
SettlementSnapshotRecord
} from './finance'
export {
TELEGRAM_PENDING_ACTION_TYPES,
type TelegramPendingActionRecord,
type TelegramPendingActionRepository,
type TelegramPendingActionType
} from './telegram-pending-actions'