feat(setup): add reply-based household invites

This commit is contained in:
2026-03-11 15:21:18 +04:00
parent 0787847c19
commit 086e521ce7
8 changed files with 941 additions and 7 deletions

View File

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