crappy
This commit is contained in:
9
schemas/auth/requests.py
Normal file
9
schemas/auth/requests.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class AuthLoginRequest(BaseModel):
|
||||
auth_date: int
|
||||
first_name: str
|
||||
hash: str
|
||||
id: int
|
||||
photo_url: str
|
||||
Reference in New Issue
Block a user