Expire Telegram login button in bot
All checks were successful
Build and deploy Backend / build (push) Successful in 27s

This commit is contained in:
Ruslan Bakiev
2026-05-13 20:14:22 +07:00
parent 4aea10b195
commit 85430fa3fb
9 changed files with 336 additions and 45 deletions

View File

@@ -157,6 +157,8 @@ exports.Prisma.TelegramLoginRequestScalarFieldEnum = {
tokenHash: 'tokenHash',
status: 'status',
sessionToken: 'sessionToken',
telegramChatId: 'telegramChatId',
telegramMessageId: 'telegramMessageId',
userId: 'userId',
expiresAt: 'expiresAt',
createdAt: 'createdAt',