feat(bot): add resident payment confirmation command

This commit is contained in:
2026-03-10 22:04:07 +04:00
parent 753286a1f6
commit 7f8c238a23
6 changed files with 114 additions and 3 deletions

View File

@@ -61,6 +61,7 @@ export function createTelegramBot(
await ctx.reply(
formatTelegramHelpText(locale, {
includePrivateCommands: ctx.chat?.type === 'private',
includeGroupCommands: ctx.chat?.type === 'group' || ctx.chat?.type === 'supergroup',
includeAdminCommands
})
)