feat(payments): track household payment confirmations

This commit is contained in:
2026-03-10 17:00:45 +04:00
parent fb85219409
commit 1988521931
31 changed files with 4795 additions and 19 deletions

View File

@@ -27,6 +27,7 @@ const GROUP_ADMIN_COMMAND_NAMES = [
'bind_purchase_topic',
'bind_feedback_topic',
'bind_reminders_topic',
'bind_payments_topic',
'pending_members',
'approve_member'
] as const satisfies readonly TelegramCommandName[]