feat(bot): add household admin approval flow

This commit is contained in:
2026-03-09 04:58:14 +04:00
parent 296035a221
commit fac2dc0e9d
14 changed files with 724 additions and 12 deletions

View File

@@ -14,6 +14,8 @@ export function createTelegramBot(token: string, logger?: Logger): Bot {
'/setup [household name] - Register this group as a household',
'/bind_purchase_topic - Bind the current topic as the purchase topic',
'/bind_feedback_topic - Bind the current topic as the feedback topic',
'/pending_members - List pending household join requests',
'/approve_member <telegram_user_id> - Approve a pending member',
'/anon <message> - Send anonymous household feedback in a private chat'
].join('\n')
)