From f8b9250a6d20a997fbe9380cb0a06b1b090e2a91 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 20 Aug 2024 18:00:08 +0300 Subject: [PATCH] changed telegram_id --- schemas/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/auth.py b/schemas/auth.py index e0f2a3e..0badf3a 100644 --- a/schemas/auth.py +++ b/schemas/auth.py @@ -8,7 +8,7 @@ class AuthLoginRequest(CustomModelSnake): first_name: str hash: str id: int - photo_url: Optional[str] + photo_url: Optional[str] = None class AuthLoginResponse(BaseSchema):