feat(bot): add structured payment topic confirmations

This commit is contained in:
2026-03-11 11:23:49 +04:00
parent 4cd5622d63
commit 3ff4bbc246
7 changed files with 928 additions and 185 deletions

View File

@@ -3,6 +3,8 @@ import type { Instant } from '@household/domain'
export const TELEGRAM_PENDING_ACTION_TYPES = [
'anonymous_feedback',
'assistant_payment_confirmation',
'payment_topic_clarification',
'payment_topic_confirmation',
'setup_topic_binding'
] as const