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