feat(bot): replace /invite with /join_link command

- Remove /invite command and targeted invite flow
- Add /join_link command to generate shareable household join link
- Update i18n translations for en and ru
- Update command registration to include join_link in admin commands
This commit is contained in:
2026-03-14 23:46:32 +04:00
parent 0af8ea6f48
commit e24c53dce2
6 changed files with 151 additions and 856 deletions

View File

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