crappy
This commit is contained in:
8
schemas/user.py
Normal file
8
schemas/user.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from schemas.base import CustomModelCamel
|
||||
|
||||
|
||||
class UserSchema(CustomModelCamel):
|
||||
id: int
|
||||
telegram_id: int
|
||||
phone_number: str | None = None
|
||||
is_admin: bool
|
||||
Reference in New Issue
Block a user