full view User profile
This commit is contained in:
@@ -19,6 +19,8 @@ class User(BaseModel):
|
||||
username: str
|
||||
is_active: bool
|
||||
is_superuser: bool
|
||||
telegram_id: int | None
|
||||
avatar_path: str | None
|
||||
model_config = ConfigDict(from_attributes=True, extra="ignore")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user