Files
Fulfillment-Backend/schemas/auth/requests.py
2024-03-01 00:07:25 +03:00

10 lines
152 B
Python

from pydantic import BaseModel
class AuthLoginRequest(BaseModel):
auth_date: int
first_name: str
hash: str
id: int
photo_url: str